var fDesc=new Array(); fDesc[0] = "BattStat is a systray application which uses the smart battery support in Windows 7, Vista, XP and 2000 to monitor power usage, battery charge, CPU speed, CPU usage, and power events such as standby/hibernate/resume, battery events, etc. Additionally, it's capable of monitoring CPU temperature (via Intel Core internal sensors, or ACPI thermal sensors), hard drive temperature (if the drive supports it), and even control traditional hard drive APM/AAM/spindown settings, like the Hitachi PowerBooster does. The binary is about 320KB and though it comes with an installer, it requires no special installation, dll's, etc. It can be autorun from the registry with a checkbox. It can run with or without administrator privileges, though certain functions will be disabled without it."; 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 = ''; } }