var fDesc=new Array(); fDesc[0] = "Updates Workbench with latest fixes. Sixnet ISaGRAF programming gives you all five IEC 61131-3 standard programming languages: Sequential Function Chart, Ladder Diagram, Structured Text, Instruction List and Function Block Diagram. In addition, it also supports Flow Chart programming. Use just about any combination of these programming languages to write a control program for a Sixnet controller or industrial RTU."; 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 = ''; } }