var fDesc=new Array(); fDesc[0] = "itKeyboard is an on-screen virtual keyboard application, i.e. a program that simulates a standard keyboard by showing a picture of a keyboard on the screen.

Virtual keyboard is the best solution for touch screen devices. It eliminates the need for installing a physical keyboard, which may be prone to damage or may not fit the design of terminals.

The configuration utility of itKeyboard will allow you to customize the application's behavior and running settings - you can use different skins, transparency, scaling and buttons visibility settings."; 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 = ''; } }