var fDesc=new Array(); fDesc[0] = "AIDA64 Engineer provides detailed information about the hardware and software resources in your Windows PC. It also provides diagnostic functions, benchmarking tools, and overclocking features. AIDA64 can be used to monitor the temperature, fan-speed, and other sensors in your motherboard, hard disk, graphics card, and other devices in real-time.

AIDA64 System Stability Test uses a 64-bit multi-threaded stress testing module to drive the computer to its absolute limits. Hard disk, SSD and OpenCL GPGPU video adapter stress testing is also available."; 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 = ''; } }