var fDesc=new Array(); fDesc[0] = "ProjectSpec provides the contract furniture industry with the most powerful, easiest to use, full-featured product specification package available. It allows the user to create a parts list with part options such as fabrics, trims, finishes, and prices. This specification system may be sued to quickly price product, create bids, proposals, invoices or purchase orders in a number of electronic formats that can be used to send orders directly to a manufacturer. In addition, ProjectSpec files can be imported into most accounting and asset management systems. The program combines a user-friendly interface with production driven features."; 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 = ''; } }