\
Size: a a a
\
V
\
V
\
\
V
S
ДК
V
ДК
S
VR
P
️️
CK
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);
}
}
}
}
CK