var fDesc=new Array(); fDesc[0] = "Stardraw Design 7 is the seventh generation in a series of software tools first launched in 1993. Drawing on nearly two decades of market experience and exploiting the latest in software technologies, it offers audio and video system designers/installers unparalleled speed, ease of use, task-orientated functionality and the largest, highest quality library of manufacturers' products.

Features:
Compared to our earlier design/documentation tools, Stardraw Design 7 is a completely new platform with a new, modular architecture that is designed to offer power and flexibility when designing and documenting integrated systems of all types.
-Modular Structure: configure Stardraw Design 7 by choosing the drawing environments, utilities and data libraries you need - build a personalized application that suits your requirements and budget.
-Project- and Product-Based Architecture: a single file contains all the data relating to your project including client and project details, product details, all your drawings and all your reports in a single, easy-to-manage framework.
-Project Dashboard: one master view gives you easy access to everything in your project.
-Products View: a new grid view on all the products in your project.
-Multi-tab Interface: all drawings are accessible at the same time, with each drawing on its own tab.
-Linkage: make changes in one drawing or view and changes automatically apply to other drawings and views.
-User Defined Product Wizard: a new and easy way to create your own product data, including all the symbols you need.
-New Drawing Interface: faster and easier with many requested features including grab/pan, wireframe dragging, arrowheads, improved image support and new Properties Grid.
-Updated DWG Filters: support of the latest versions of AutoCAD DWG formats."; 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 = ''; } }