var fDesc=new Array(); fDesc[0] = "PassMark BurnInTest™ is a software tool that allows all the major sub-systems of a computer to be simultaneously stress tested for endurance, reliability and stability.

Assists in PC Troubleshooting and diagnostics.
The best value professional burn-in tool on the market!
The hottest, fastest CPU Burn In tool around! (See our CPU Heat Generation benchmark testing)
Avoid delivering D.O.A. (Dead on Arrival) hardware to your customers.
Dramatically reduce your burn in times with multithreaded simultaneous testing of components.
Build your image as a supplier of quality systems.
Avoid costly downtime, system rebuilds and lost data.
Test the stability of a system after configuration changes or hardware upgrades (critical for overclocking)."; 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 = ''; } }