var fDesc=new Array(); fDesc[0] = "CPUID HWMonitor Pro is extended version of the hardware monitoring program HWMonitor. In comparison to its classic counterpart, HWMonitor Pro adds the following features :

Remote Monitoring
Watch the sensors of one or several distant PCs through a simple TCP/IP connection.

Graph Generator
Save monitoring data and generate logging graphs as bitmap files.

Improved Interface
Sensors in system tray, editable sensors labels …

PWM Control
Fan PWM control (for ESA compliant devices)."; 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 = ''; } }