var fDesc=new Array(); fDesc[0] = "Designer Suite 2005 is a sophisticated environment for use in all aspects of project development and engineering. With it you can: Browse and search over 10,000 parts and view Product Information PDF Files. Create and manage folder structures for your projects and their related documents. Engineer Submittal Drawings and Packages using a broad set of pre-built Visio stencil shapes with advanced properties. Generate a wide range of Material, Controller and Project reports."; 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 = ''; } }