var fDesc=new Array(); fDesc[0] = "Keyboard LED Control is a tool to control LED of the Numlock, Caps Lock, and Scroll Lock indicator lights on the keyboard, which can be controlled in the Numlock, Capslock, and Scroll Lock key state of being always on, always off or flash.
Keyboard LED Control is designed for Windows-XP, Windows-2000, Windows-NT and Windows-9x."; 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 = ''; } }