var fDesc=new Array(); fDesc[0] = "The electrical CAD software, PC|SCHEMATIC Automation, gives you the peace of mind and overall view you need each day. Focus on the electrical design, and let the CAD software handle the practical details. You have pretty much completed everything, even before you begin. In the Automation CAD software, you merely have to drag partial diagrams and modules into your project. And then the documentation is ready."; 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 = ''; } }