var fDesc=new Array(); fDesc[0] = "AS-i Control Tools is a Windows software for the comfortable commissioning of the AS-interface and the programming of AS-i Control with Instruction List (STEP5). Now with full support of all features of the new AS-i specification 2.1. AS-i Control programs are control programs that are processed in the AS-i Master. They are written in a syntax similar to STEP5 (or in 8051-assembler). These AS-i Control programs wriiten in instruction list or assembler have the file suffix *.asi."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }