var fDesc=new Array(); fDesc[0] = "powerMAX is a CPU and GPU burn-in test. It is aimed to maximize the power dissipation and the temperature of these two components.

powerMAX stresses your PC in such a way that it may reveal the weakness of some of the components, and cause non-reversible damage to mainboard VRMs, video card VRM, PSU, or any other component. For that reason, powerMAX has to be used at your entire responsibility and CPUID shall not be liable for any damage which may arise as a result of your use of powerMAX."; 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 = ''; } }