var fDesc=new Array(); fDesc[0] = "Calculate structural loadings for the International Building Code (2000 - 2009), ASCE 7 (1998 - 2005) & NFPA 5000 plus state codes based on these codes such as California, Florida, Ohio, etc. The program calculates wind, seismic, snow, snow drift and LL reductions. It also has a dead and live load generator. Excel 2000 or later is required. ASCE 7-10 will be included in the 2012 IBC version."; 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 = ''; } }