var fDesc=new Array(); fDesc[0] = "CPUOff monitors average CPU load and initiates computer shutdown if the CPU load has been below a specified percentage for a specified length of time. It can be started manually, on start up or automatically via the Windows Task Scheduler. The CPU load and many other parameters can be configured via the configuration screen. It can also be used to shutdown a remote computer. Shutdown has been configured to force all running applications to close. CPUOff is part of the JSutils group of software utilities which have a theme of energy conservation. The program normally runs in the System Tray. Requires a registration code (free for personal non commercial use)."; 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 = ''; } }