var fDesc=new Array(); fDesc[0] = "FurMark is an OpenGL-based GPU stress test utility. It makes it possible to push the GPU to the max in order to test the stability of the graphics card and PSU also, leading to maximal GPU and VRM temperatures. That’s why FurMark is often used by overclockers and graphics cards fanatics to validate an overclocking, to test a new VGA cooler or to check the max power consumption of a video card. The latest version supports latest cards like: NVIDIA GTX 500, AMD HD 6000 etc, a programmable GPU temperature alarm and an updated 3D rendering."; 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 = ''; } }