var fDesc=new Array(); fDesc[0] = "Wind Analysis is structural engineering software that completely automates ASCE's "Minimum Design Loads for Buildings and Other Structures" (7-10,7-05, 7-02, 7-98 & 7-95). The program follows the ASCE code "to the letter" - each figure and table is coded into the program so closely that the ASCE publication can be used as an operator's manual for the program.

Adjustments for Mean Sea Level, Importance Factor, topography, and Exposure Category are made automatically. External and internal pressure coefficients and gust factors (including flexible structures) are computed by the program."; 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 = ''; } }