var fDesc=new Array(); fDesc[0] = "ITS PLC ATG Edition is the perfect companion for AUTOMGEN. It will allow you to use the AUTOMGEN feature set together with ITS PLC top quality simulations of industrial systems. Each system is a lifelike simulation of common industrial plants that you can control with AUTOMGEN.
ITS PLC ATG Edition was designed to work directly with AUTOMGEN, no external controller is required. Use any of the available programming languages provided by AUTOMGEN and go directly from programming to testing with just one click"; 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 = ''; } }