var fDesc=new Array(); fDesc[0] = "The Hewlett Packard Enterprise Power Advisor is an easy-to-use tool that estimates data center power requirements for server and storage configurations. It allows you to select the appropriate power supplies and other system components, and configure/plan power usage at a system, rack, and multi-rack level. You also get access useful tools including a cost-of-ownership calculator, power report, and bill of materials generator."; 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 = ''; } }