var fDesc=new Array(); fDesc[0] = "An integrated software power management solution for networks. It allows you to centrally manage network PCs and make remote shutdown, Wake-on-LAN, reboot, power off, hibernate and other operations. You can easily manage any single PCs or groups of PCs with just a few mouse clicks. Remote operations can be executed on demand or automatically according with defined schedule, so you can organize fully automatic power management for your organization."; 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 = ''; } }