var fDesc=new Array(); fDesc[0] = "ITS PLC Professional Edition is the essential tool for individuals performing professional PLC training and education. It will improve your PLC training experience with high quality simulations of industrial plants that you can control in real-time. Each system is a life-like simulation of a typical industrial plant that will bring the industry into your classroom. You can easily move it around, does not require maintenance and it does not present risks of injury to staff or damage to equipments. And it's a lightweight application that you won't even realize that it's running, leaving your computer resources free."; 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 = ''; } }