var fDesc=new Array(); fDesc[0] = "TypingWeb is a free typing tutor giving you the ability to learn the most important foundational computer skills. Fun lessons and content, games, group management for schools and corporations, tests, real time statistics, and custom skins make TypingWeb the best choice for anyone. This application will help you begin to learn typing, or you can improve your existing skills with lessons for all skill levels."; 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 = ''; } }