var fDesc=new Array(); fDesc[0] = "The PLC Designer is the PLC programming system of the L-force control engineering to create an application on Lenze IPCs EL100, x700 and the 9400 ServoPLC.
The PLC Designer enables the PLC programmer an easy access to the enormous language-constructs of the IEC 61131. The use of the editors and the debugging functions is modelled on technically mature development environments of the high-level languages (like Visual C )."; 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 = ''; } }