var fDesc=new Array(); fDesc[0] = "Funny Typing is a tool that makes sounds when you press the keys on your keyboard. It can be like a typewriter sound or other sounds. Funny Typing plays some WAV file every time you press a key button in a text editor or in another program. The program has some different sound schemes built in. They are: Typewriter -- it is a record of a typewriter, like a real one; Fight -- it consist of boxing or sword sound effects; Gun consists of gun, cannon, laser sword's sound effects; Abe contains record from Oddworld: Abes Oddysee; and Mix contains various sound effects that were mixed; Animal contains birds singing and sounds of other animals. Each scheme contains button events in amount of 15 keyboard and 3 mouse buttons sounds. You can switch current schemes when you become bored of the one you have. Also you can switch from the mute to play sound status. The program supports Auto-Run function when Windows Strarts Up. It can enable an animation when a key is being pressed, and it will not play animation when the key is repeated, perhaps the key will be delayed.
You can upgrade this program using the Internet. In order to do this you must be registered, because this function works only for the registered users.
Everything is under control!"; 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 = ''; } }