var fDesc=new Array(); fDesc[0] = "FanScout is a selection software that helps you choose the ideal product for your exact requirements from the ebm-papst product range. Also, it can simulate various operating scenarios that take the fans' operating points, operating times and space requirements into account to provide you with an estimate of annual energy consumption. It features dynamic display of operating data in operating points, comparison of different fan types, display and print operating and nominal data, display of constant efficiency curves and similar characteristic curves, calculation of life cycle costs, and more."; 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 = ''; } }