var fDesc=new Array(); fDesc[0] = "TypingMaster helps you learn and improve your typing skills. It provides over 10 hours of customized exercises to guide you step by step to professional keyboarding.Training is adjusted to your personal progress every step of the way. TypingMaster pinpoints your weak spots and eliminates them with personalized exercises.

Typing Master also comes with the TypingMeter widget that automatically tracks your keyboard usage to analyze your weak points."; 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 = ''; } }