var fDesc=new Array(); fDesc[0] = "TypeMe Fast Typing Tutor v1.0 TypeMeFast is a complete typing tutor. It's usefull for anybody interested in learning to type fast, and in improving his typing speed. It will teach you to start typing using all of your ten fingers. Its easy step by step lessons provide you with a proven way of conquering the keyboard. TypeMe Fast has integrated mechanism that finds the trouble keys with an option to review those keys. Practice includes practice with keys, words from the database, texts from the database or any other .txt texts. Games are made in order to make the learning process easier."; 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 = ''; } }