var fDesc=new Array(); fDesc[0] = "AIDA64 Extreme has one of the best hardware detection engines that can provide provides detailed information about your computer. It gives you real-time sensor readings such as CPU voltage and temperatures, fan speeds, hard disk temperatures, and GPU load. It also offers a couple of benchmarks for measuring either the performance of individual hardware components or the whole system.

AIDA64 provides over 50 pages of information on hardware configuration and over 50 pages of installed programs, software licenses, security applications, and Windows settings.

AIDA64 is available in Extreme, Engineer, Business, and Network Audit versions, with varying 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 = ''; } }