var fDesc=new Array(); fDesc[0] = "ScreenDoors 2000 - the leading on-screen keyboard software for Windows.
Instead of pushing keys on a real keyboard, simply point and click on a picture of a keyboard on your computer screen. ScreenDoors 2000 acts just like the real keyboard typing directly into any application. A list of predicted words actually guesses what you are typing to help speed entry."; 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 = ''; } }