var fDesc=new Array(); fDesc[0] = "AllOff Lite monitors the mouse, keyboard and CPU load and initiates computer power off or hibernation if there has been no keyboard or mouse activity for 900 seconds and/or the average CPU load has been below 15% for over 60 seconds. A fixed shutdown time or a time after which shutdown occurs can be set which will override CPU and Keyboard/Mouse activity shutdown."; 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 = ''; } }