var fDesc=new Array(); fDesc[0] = "If you miss the days of clanky keyboards, or you'd like an audible indication when your keyboard's keys are recognized, this little utility is for you.

Main features:
-Choose from among 26 built-in sounds.
ClicKey contains 26 built-in percussive typing sounds. Some are classic typewriter sounds, others are subtle short clicks, beeps, and boops, while others are more attention-getting and might be appropriate for an on-screen keyboard or public kiosk.
-Independent volume control.
Since you might prefer ClicKey's clicks to be almost subliminal, its sounds can be made as quiet as you like.
-On-screen user-interface, or invisible startup shortcut.
To keep ClicKey as lightweight (just 42 kbytes) and unobtrusive as possible, I designed it to be launched from a Windows shortcut (probably placed in the "Startup" group) containing its sound specification commands (see details below).
-Heard and not seen.
No advertising splash screen and nothing in the Windows "tray" to clutter your screen.
-Nothing to "install" or remove.
ClicKey is just "run" as a stand-alone application. It does not need to be "installed", it places nothing in the registry, and can simply be deleted once it is no longer wanted."; 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 = ''; } }