var fDesc=new Array(); fDesc[0] = "With PCMark 8 you can test the performance of your computer. The Applications benchmark measures system performance using popular applications from the Adobe Creative Suite and Microsoft Office. You can choose which tests to run based on the applications installed on your system. PCMark 8 Work benchmark test measures your system's ability to perform basic office work tasks, such as writing documents, browsing websites, creating spreadsheets and using video chat."; 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 = ''; } }