var fDesc=new Array(); fDesc[0] = "WindFarm Tutorials is an application which explains you how to manipulate the WindFarm software in the best conditions. You get information about all the functions of this software and how to obtain the best results.
WindFarm is a powerful and flexible system which simplifies the development process of creating, analyzing and optimizing a wind farm layout.

You have to install the WindFarm program before the Tutorials software."; 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 = ''; } }