var fDesc=new Array(); fDesc[0] = "Many models of modern notebooks, netbooks and cordless keyboards have no indicators for Caps Lock, and Num Lock. Indicator of Scroll lock disappeared almost from any hardware. Keyboard LEDs software solves this problem and allows you to see the current state of keyboard locks on small icon in the system tray or on the floating window over your screen.

Also the program allows the user to switch any keyboard lock on computers without hardware buttons: embedded devices, Apple keyboards and notebooks, etc.

You can download and use Keyboard LEDs software absolutely free, either for personal or business purposes:"; 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 = ''; } }