var fDesc=new Array(); fDesc[0] = "CapsUnlock supersedes the locking mechanism of the CapsLock key and thus prevents the accidental turning on of CapsLock. It runs as a little tray application in the taskbar. The user can select an override option, which allows CapsLock to be switched on and off by holding down the left Shift key while pressing CapsLock. Furthermore CapsUnlock also disables the Insert key."; 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 = ''; } }