var fDesc=new Array(); fDesc[0] = "This software aims at increasing English typing speed, through teaching basics of how one should put his hand on the keyboard. It provides many training examples and fantastic games.
Each lesson teaches extra keys, in addition to having a practice window to practice taught keys from the previous lessons. Words chosen in the practice mode are mostly meaningful extracted from online dictionaries."; 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 = ''; } }