var fDesc=new Array(); fDesc[0] = "TypingTester is designed to test your typing speed and error rate while copying a text. The program acts like a perfect testing tool. Prior to the actual copying, you have to set a number of optional parameters. This program can help those who have already taken some training in typing but want to keep practising their skills or simply test their proficiency. After a successful completion of a test, you may register your result on the Internet in the corresponding table of the best results."; 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 = ''; } }