var fDesc=new Array(); fDesc[0] = "No matter you are a professional typist or a computer genius, the Typing Speed Test will surely makes you sit on the edge of your chair! In this game, your goal is to type the given story as quickly and as accurately as possible. A passage will be presented when the test starts, and you need to use your keyboard to type the text. The time you have spent, your typing speed in terms of "words per minute" (wpm) and the average accuracy will be counted at the top of the screen. When you have completed the task, a rank will be given based on your result. Accept the challenge now and rise to the throne which belongs to the world-class typist!"; 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 = ''; } }