var fDesc=new Array(); fDesc[0] = "Complete and fully interactive typing tutor,
enabling you to learn and develop a fast
and correct typing skill using your own
computer in a practical and fun way.

Typing games included!

6 Chapters and 32 exercises;
Student performance statistics;
Control over the lesson durations;
Individual student history reports;
Reports with speed, precision and
problematic keys;
Characters per minute (CPM) evaluation."; 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 = ''; } }