var fDesc=new Array(); fDesc[0] = "PCMark04 is a benchmarking tool designed to be easy to use and widely accessible.
PCMark04 builds on Futuremark's strong benchmark development experience and provides a sophisticated tool for measuring PC performance for home usage. PCMark04 supports the complete benchmarking cycle - allowing you to benchmark your PC, view the results, compare your results to those of others and analyze how to improve your PC's performance."; 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 = ''; } }