var fDesc=new Array(); fDesc[0] = "MaxType LITE Typing Tutor is a free typing tutor for Windows. This program allows you not only to test and practice your typing skills with any *.txt file, but to print out your test diplomas (statistical data will give you the information about 20 (!) parameters of your typing) and even replay the mtr-record file of your own typing. Built-in Extreme Typing mode allows you to compete in speed of typing against any mtr-record file from your collection.
MaxType LITE Typing Tutor is developed as freeware typing tester which helps to advanced typists to test their typing speed and bring it up."; 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 = ''; } }