var fDesc=new Array(); fDesc[0] = "The electrical CAD software, PCSCHEMATIC 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. With electrical circuit diagrams, PLC diagrams and filled-in lists of every kind. But you can also draw the electrical diagrams yourself if you wish to."; 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 = ''; } }