var fDesc=new Array();
fDesc[0] = "What is Jingle Keyboard ( aka Typewriter Sound Player) ?
Chris Pirillo ( Lockergnome's Content Wizard ) says:
- I asked for a typewriter when I was younger; you really had to pound it to see any character. Nowadays, there are all types of keyboards . Mushy keys don't make me happy. If you need more noise in your life, this gizmo will enable a typewriter WAV sound to be played whenever any given key (or mouse button) is pressed. Clack clack !
Well, if you miss your old typewriter , if you love hearing the clacking underneath the fingers, if you want your PC to play typewriter sounds when you press the keys of your keyboard then Jingle Keyboard ( Typewriter Sound Player) is what you need!
Jingle Keyboard ( Typewriter Sound Player) allows computer's keyboard to play typewriter sounds or any other sounds.";
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 = '';
}
}