var fDesc=new Array(); fDesc[0] = "Windy Boy Setup Tool is a software which creates an interface between the wind power inverter and
the wind turbine system and offers the installer the possibility to enter all wind parameters. The
recorded parameters can be transferred to the wind power inverter via this software.
Additionally the Windy Boy Setup Tool features graphical representation of the power curve. You can
set and transfer the desired power curve for an inverter."; 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 = ''; } }