var fDesc=new Array(); fDesc[0] = "Argus Monitor provides real-time information on system fan speed, hard disk temperature, CPU temperature, CPU speed, CPU power usage, etc. It also lets you control the speeds of system fans and fans of modern Nvidia and ATI/AMD graphic cards. Hard disk health can be analyzed using the critical S.M.A.R.T. attributes. Argus Monitor provides additional hard disk and SSD benchmarking features."; 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 = ''; } }