var fDesc=new Array(); fDesc[0] = "StruWare provides easy to use structural engineering software. So quick and easy the software will probably pay for itself the first time you use it. code search program simplifies ASCE 7 by catching the buts, ifs, insteads, footnotes, hidden items, etc. that most people miss.

The code search program will provide you with all pertinent loads in just minutes. The program calculates wind, seismic, snow, snow drift and LL reductions. It also has a dead and live load generator. It supports the International Building Code (2000 - 2009), ASCE 7 (1998 - 2005), and other codes"; 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 = ''; } }