var fDesc=new Array(); fDesc[0] = "The most powerful electrical and mechanical design and sizing tool on the market, Generac Industrial Power’s Power Design Pro is a one stop solution center for the consulting engineer. In addition to state of the art generator sizing and analysis, it includes spec sheets, installation drawings, emission information, spec text library with full inclusive design notes, and the ability to link directly to your supporting dealer for budgetary quoting and additional support."; 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 = ''; } }