var fDesc=new Array(); fDesc[0] = "Prof Shutdown is a Network Power Management tool designed for managing a group of computers. Power management is one of the most typical network administration tasks. Automating this task, organizations save on electricity bills and administration time. The program performs efficiently in enterprise-scale network with hundreds of computers and can be used just as well in a smaller network of just a few PC. It allows network administrators to shutdown, reboot, hibernate or wake up (Wake-on-LAN) multiple machines simultaneously."; 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 = ''; } }