var fDesc=new Array(); fDesc[0] = "3DMark is a computer benchmarking tool created and developed by Futuremark Corporation to determine the performance of a computer's 3D graphic rendering and CPU workload processing capabilities. Running 3DMark produces a 3DMark score with higher numbers indicating better performance. The 3DMark measurement unit is intended to give a normalized mean for comparing different PC hardware configurations (mostly graphics processing units and central processing units), which proponents such as gamers and overclocking enthusiasts assert is indicative of end-user performance capabilities.

The first 3DMark was one of the first 3D benchmarks to be aimed directly at the 3D gaming community, rather offering a generic overview of a PC's capabilities.[1] The graphics tests use an early version of Remedy Entertainment's MAX-FX engine, which was later used in the game Max Payne."; 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 = ''; } }