var fDesc=new Array(); fDesc[0] = "windPRO is a module-based software package suited for project design and planning of both single WTGs and large wind farms. The windPRO software package consists of several modules, each with a specific purpose. You are able to design wind farms, including wind turbine layout and electrical design. Energy production, turbine noise levels, turbine wake losses, and turbine suitability can be calculated."; 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 = ''; } }