var fDesc=new Array(); fDesc[0] = "Elwin is a software tool for designing electrical circuit diagrams with special direction on automation projects. The software suits both advanced designing by engineers as to more simple circuit diagrams by electricians.

Elwin is a databased CAE/CAD system, which means all graphics, text and data is pre-defined in a database. When editing a circuit diagram the user selects objects from the database and only specifies the object properties. When Elwin draws the circuit diagram, it combines data from the database with the object properties. This enables fast and secure designing of your circuits. The symbols of a curcuit diagram are often cross-referenced to other diagrams, Elwin handles all cross-references automatically and of course it's online. You can navigate to all cross-references by simply double-click its text."; 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 = ''; } }