var fDesc=new Array();
fDesc[0] = "Real powerful keyboard management tool,with powerful define,change,replace and disable any keys on your keyboard, build a keyboard of your own,as you like, manage your keyboard input and output, also support hot-keys to enable-disable itself.Want to Change 'Q' to 'NUMPAD 7'?Want to disable 'Ctrl' key?Want to define a new keyboard mapping of your own hobby?If y our 'F1' key is broken,want to use another one to instead it? KeyboardChanger do it.
KeyboardChanger is a Windows Application which can redefine your keyboard ,disable the keys or change the keys-output .Use this application,you can handle your keyboard by your own. It is something born from the keychanger,for we found the keychanger can't work normal when exchange 2 keys,such as :change '3' to '5' and change '5' to '3' simultaneouslymy . Our new KeyboardChanger do it well.When you change '3' to '5' while changing '5' to '3',this 2 keys works well. And this KeyboardChanger adds more keys on the keyboard ,it also supports hot-keys to enable/disable problem.We consider it to be a new and separate product, not a mere upgrade.And We hope the new self-defined keyboard can brings you as much pleasure as what we got from programming this application.
Some of the features of KeyboardChanger include:
Change your keyboard 's keyinput in anyplace when you use windows 2000/me/windows XP .
Hot-keys support so you can enable the keyboard changer by only a press
Can hide itself so you can forget its existence
It is easy to use,magical when use.";
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 = '';
}
}