var fDesc=new Array(); fDesc[0] = "Assistant Typist is a small program that monitors the keyboard input and lets you control your typing process. Assistant Typist shows what you are typing at the bottom of the screen. Its large font enables you to control your typing by using your peripheral vision. It enables beginners to type fast. Assistant Typist also fixes common typing errors and enhances the keyboard functionality such as autocomplete, autoreplace etc."; 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 = ''; } }