var fDesc=new Array(); fDesc[0] = "PCSCHEMATIC Automation 40 is an advanced electrical CAD software for automation, installation, pneumatics, and hydraulics. The program allows you to easily draw electrical wiring diagrams and maintain an overview of your electrical designs. Beyond the basic drawing functions, Automation offers you a comprehensive series of functions specially designed for electrical projects."; 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 = ''; } }