var fDesc=new Array();
fDesc[0] = "Stardraw Audio 2007 contains libraries which closely integrate a huge set of ultra-high quality symbols of professional audio products with tools that enhance Stardraw so that you can produce stunning and accurate system drawings with unbelievable speed.
Now your sales presentations and construction drawings will be a model of professionalism, but you'll be working on your designs for minutes rather than hours thanks to more than 38,000 symbols of products from 484 of the world's leading manufacturers.
Stardraw Audio 2007 Creates:
* Engineering schematics
* High detail rack layouts
* Sales presentations
* Custom panel designs
* Architectural layouts
* Bills of materials
* Pricing, quotations & many other powerful reports using MS Excel
* - all in minutes, not hours";
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 = '';
}
}