var fDesc=new Array(); fDesc[0] = "Easy Typist is a virtual keyboard that you can use your mouse (or fingers on a touch-screen or PC tablet) to "type" with. It's different (and vastly superior) to other virtual keyboards (including the new Windows 7 built in virtual keyboard, which is so-so). It's much better because Easy Typist anticipates what you're going to type BEFORE you finish typing it (or, as you will see, even start typing it). This cuts down BIG TIME on how long it takes to "type" with this virtual keyboard."; 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 = ''; } }