var fDesc=new Array(); fDesc[0] = "JustType will help you to be familiar with touch typing without any tutors. You'll type, not to learn to type as you do with the keyboard tutors programs.

JustType displays the on-screen keyboard, the keys of which at any given time are shown exactly the same characters that appear in text, typed when you press the key of your real keyboard."; 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 = ''; } }