var fDesc=new Array(); fDesc[0] = "FirstCap is a small and very handy program that reliably warns keyboard users if they accidentally activate the Caps Lock or Num Lock key. In such a case, the user is alerted by a sound signal. The program contains a sophisticated key pression intercept engine and is able to help users with many useful features. It can disable Caps Lock/Num Lock or Insert keyboard functions, turn off Caps Lock status as a consequence of various keystroke combinations and customize the status of the Caps Lock and Num Lock in connection with specific programs. FirstCap was developed mainly for Word Processing and similar programs. If you don't see the utility of this program probably don't need it."; 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 = ''; } }