var fDesc=new Array(); fDesc[0] = "SensorsView is a utility, that monitors the temperature of your CPU, northbridge, motherboard, video card and hard disks, as well as voltages and fan speeds (as supported by your motherboard).
It can alert you if the values reach a critical level, and also provide a complete overview of the measurements.

At critical values of any parameters (CPU overheating, fan stop) SensorsView will inform you about it and store info in the log file, also it is possible to shut down computer, play any sound, execute the application (command) or send email.
You can set name, chart color, icon, critical threshold and if it is necessary, correction for all possible controllable parameters.

In addition, the program shows usage of CPU, physical memory, HDD, NIC (Network Interface Connection)."; 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 = ''; } }