var fDesc=new Array(); fDesc[0] = "Heaven Benchmark is an intensive GPU benchmark that hammers graphics cards to the limits. It provides completely unbiased results and generates true in-game rendering workloads across all platforms. This powerful tool can be effectively used to determine the stability of a GPU under extremely stressful conditions, as well as check the cooling system potential under maximum heat output."; 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 = ''; } }