var fDesc=new Array(); fDesc[0] = "XtremeMark can test the speed of your PC and in particular that of your CPU (Central Processing Unit) by executing a large amount of parallel calculations and so on. The strong point of XtremeMark is in its wide range of customization options: you can set how many threads to use for the test, how many calculations to carry out (from 10 million to 100 billion) and the priority level for calculations."; 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 = ''; } }