var fDesc=new Array(); fDesc[0] = "VIEW software is the flagship truss design and analysis program for the component industry. It is used in most every type of component manufacturing operation and has become the industry standard for roof and floor truss manufacturers. The core elements of VIEW are: Layout, which is used to design the building envelope (including the component geometry and tracking load dependencies), and TrusCAD, which provides the component analysis and engineering. VIEW gets its unmatched speed and power because Layout and TrusCAD together form the industry’s only fully integrated design program. Two additional modules complete the VIEW program. The first is a job data management system, Homebase, from this database users produce professional and accurate invoices, estimates, and shipping tickets, and reports that help schedule, track, and manage the business. The second is an output processor that provides design printouts, cutting, pricing, and other manufacturing information."; 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 = ''; } }