var fDesc=new Array(); fDesc[0] = "Typical Virtual Keyboard is on-screen keyboard oriented for regular PCs.

Typical Virtual Keyboard looks like regular keyboard and has additional advantages:
-Multiple keyboard layouts: standard (in Standard edition), natural, curve, split and ultra (in Professional edition).
-Micro, mini, compact and full keyboard extents.
-Zooming and transparency.
-Sounds of key presses and clicks.
-Color schemes, gradients and color finger areas.
-Language button - switch the language.
-Wheel mouse button support: click - open, double click - move to cursor, press and rotate - switch to usual wheel functions and back.
-Floating Icon - quick show or hide."; 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 = ''; } }