var fDesc=new Array(); fDesc[0] = "Softboy.net On-screen-keyboard is a virtual keyboard on the screen allowing you to use the mouse pointer to type, which can be useful if you have mobility impairments, if you are using a tablet PC, or if your keyboard goes down. It also works with touch-screens.

With the keyboard editor tools, you can design your own keyboard to adapt it to your requirements. The editor is easy to use, and allows you to design a virtual keyboard that fits your needs."; 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 = ''; } }