var fDesc=new Array(); fDesc[0] = "EyesBoard is an on-screen keyboard / virtual keyboard, specially designed for TabletPC, UMPC and touchscreen computers and Windows systems operated by a digitizer or touchscreen. It allows the user to use the stylus or finger to type directly on the screen.
While virtual keyboards in themselves are nothing new, EyesBoard gives you the convenience and look of a conventional keyboard, with the benefits of it being fully adjustable, flexible, sizable, multi-lingual, etc.

Its predecessor (part of the PaceBook system software) has been extensively tested and approved by NASA to be used onboard the International Space Station."; 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 = ''; } }