var fDesc=new Array(); fDesc[0] = "BenchMarX is an application which shows you the most important information about your system. You will be able to check the BIOS information, boot information, complete details about your hardware devices: processor, video board, hard-disk etc.

Also, BenchMarX offers a series of useful tools such as register scanner and disk cleaner. With the help of these tools you will be able to increase the performance of your system."; 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 = ''; } }