S
Size: a a a
S
CK
a
S
S
a
GW
GW
GW
P
clComment = {
idCommentOne: '#vsb#'
,idCommentHdn: '#vsb#<span class="afi_more toShowInstr" id="afi_command_#commentId#" onclick="clComment.shFullInstr(#commentId#)">#textShow#</span><div class="anktFomrInstr_hidden" id="afi_hidden_#commentId#">#invsb#</div>'
,textShow: "Показать инструкцию полностью"
,textHidden: "Скрыть инструкцию"
,setFullInstr: function(clName) {
var instr_list = document.getElementsByClassName(clName);
if (instr_list) {
var instr_in_list = '';
for (var i=0; i<instr_list.length; i++) {
instr_list[i].innerHTML = clComment.setComment(instr_list[i].innerHTML);
}
}
}
}
P
S
P
GW
GW
GW
S
S
P
AG