var fDesc=new Array(); fDesc[0] = "Type O'Key multilingual typing tutor is a convenient way to learn to type using the efficient touch-typing (ten-finger) system. This easy typing tutor will help you improve your typing substantially. After practicing with this tutor, you will type faster, with greater accuracy, and perform tasks on your computer much more quickly and easily. You will type as a pianist plays - without looking at the keyboard.

Type O'Key supports multiple languages and keyboard layouts: they are taken directly from your operating system. So, they will be just same as you have got them into the habit and will be changed if you change them. It works also with letters with diacritical signs. They are entered by pressing of two keys: sign key and letter key.

Type O'Key shows a line of words casually made up of letters from current letters set and offers you to type them. The program supports adaptive probability of letters appearing: if you make more mistakes with a certain letter, it appears more frequently. While typing, a red line moves under the letters showing assigned speed of typing. If you type the line with no mistakes and no slower than assigned speed, you move to the next level: next two letters are being added to current letters set. Type O'Key maintains statistics file for each user. You can watch your speed raising and errors reducing run by run and day by day.

Supported operating systems: Windows 2000, Windows XP, Windows Vista."; 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 = ''; } }