var fDesc=new Array(); fDesc[0] = "On-Screen Keyboard Magic is a utility that controls the behaviour of Microsoft Windows On-Screen Keyboard on the screen and adds many elegant features. On-Screen Keyboard is a utility that displays a virtual keyboard on the screen and allows users with mobility impairments to type data using a pointing device or joystick. On-Screen Keyboard Magic is intended to improve usability and accessibility of Microsoft On-Screen Keyboard. On-Screen Keyboard Magic supports the following versions of Microsoft On-Screen Keyboard: Windows XP On-Screen Keyboard, Windows 2000 On-Screen Keyboard, Windows 2003 On-Screen Keyboard, Windows Vista On-Screen Keyboard. On-Screen Keyboard Magic is small tray-based program.
With it you can:
1.Change size and transparency of Microsoft On-Screen Keyboard.
2.Quick switch input language by right mouse button click on Microsoft On-Screen Keyboard.
3.Hide the title bar of Microsoft On-Screen Keyboard.
4.Show and hide Microsoft On-Screen Keyboard by using wheel mouse button.
5.Quick move Microsoft On-Screen Keyboard to mouse cursor position by wheel mouse button double click.
6.Move Microsoft On-Screen Keyboard by dragging any empty point of Microsoft On-Screen Keyboard window by Left mouse button."; 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 = ''; } }