var fDesc=new Array(); fDesc[0] = "The Clever Keyboard Indicator is a program which stays in your Windows system tray and displays "Caps Lock", "Num Lock" and "Scroll Lock" status, allows you to switch key status, plays a sound when the key status changed and many more.

Features at a glance:

* Display and switch "Caps Lock", "Num Lock" and "Scroll Lock" key status;
* Play a sound when "Caps Lock", "Num Lock" or "Scroll Lock" status is changed or "Ins" key is pressed;
* Display OSD (on screen display) text when a key is pressed;
* Click through OSD text while it is displayed;
* Add your own keys or key combinations and select a sound for added keys (key combinations);
* Save/load your key settings to/from a file;
* Multi-Language support."; 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 = ''; } }