var fDesc=new Array(); fDesc[0] = "A touch typing tutor software which teaches you touch typing in an easy, effective and amusing way. It was chosen by PC Magazine, ZDTV's, FamilyPC and Computer GamingWorld as one of the BEST FIVE EDUCATIONAL programs for 1999 and 2000 (two years in a row). EliteTyping saves a HUGE amount of hours trying to learn touch typing, and it is suitable for both adults and children. EliteTyping offers a report about all the user"; 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 = ''; } }