var fDesc=new Array(); fDesc[0] = "MecaWind is a cost effective program used by Engineers and designers to perform Wind calculations per ASCE 7-05 and ASCE 7-10. The program is simple to use, and offers a professional looking output with all necessary wind calculations. The user also has a great deal of control at their fingertips to customize their output to suit their needs."; 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 = ''; } }