var fDesc=new Array(); fDesc[0] = "EMTPWorks has a 3-Layer design. The lowest is a framework for the actual interface code.

A second layer is added for supporting scripting methods. The third layer is the user or developer access layer.

Characteristics:

- Object-oriented design fully compatible with Microsoft Windows
- A powerful and intuitive interface for creating sophisticated Electrical networks
- Drag and drop device selection approach with simple connectivity methods
- Both devices and signals are objects with attributes. A drawing canvas is given the ability to create objects and customized attributes
- Single-phase/three-phase or mixed diagrams are supported
- Advanced features for creating and maintaining very large to extremely large networks
- Large number of subnetwork creation options including automatic subnetwork creation and pin positioning. Unlimited subnetwork nesting level
- Options for creating advanced subnetwork masks
- Multipage design methods
- Library maintenance and device updating methods"; 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 = ''; } }