var fDesc=new Array(); fDesc[0] = "Unique in the industry, DesignWorks Professional works the way you do. With its intuitive graphical interface you'll be completing projects, not reading manuals. Let DesignWorks form the core of your engineering environment!

DesignWorks Professional offers you the best user interface, bar none, for schematic capture. The program is designed to minimize the number of mouse clicks and key strokes needed to complete a task. Most common operations, like placing a part or drawing a signal line, require no menu selections and no command typing.

The powerful scripting system provides seamless integration with all your engineering tools. DesignWorks Professional doesn't just provide an environment for a single goal. It allows you to recapture your investment dollars by being flexible enough to handle all your design goals, be the goal a PCB design, Spice analysis, or simulation. You are not locked in to one PCB or simulation vendor.

Some of the new features in 5.0 are:

-Graphic drawing tools provide the ability to use graphical elements like lines, circles and polygons to enhance diagrams with title blocks, mechanical drawings, annotations, etc.

-Scripting using JavaScript gives access to essentially all design data and program functions. This means that users can add their own commands, automate repetitive tasks, prompt for application-specific data, even add major new report formats, analyses, or simulations.

-Integrated PDF export lets users create portable documentation from designs without access to any outside software"; 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 = ''; } }