var fDesc=new Array(); fDesc[1] = "favorite Instant Messenger, or when you´re playing with an online game. MorphVOXTM Pro will change your voice, making you sound like different persons or even animals, just for fun."; fDesc[2] = "not just limited to voice changing, but it is also optimized for online gaming and it may be even used for playing pranks with friends via VoIP and instant messages as well."; fDesc[3] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run."; fDesc[4] = "astonishingly evil voices, like that of a Lich Lord, Goblin, Wraith, and many more. Basically this tool doubles the fun of the MorphVOX Voice Changer Software, and serves as an add-on utility, rendering amazingly funny sounds to all its users."; fDesc[5] = "voice on the microphone to a completely different voice. Note: Male Voice Pack 1.3.0 is only an add-on, it requires MorphVOX Classic or Pro Voice Changer software to run. This add-on works on MorphVOX 2.8.1 or greater."; fDesc[6] = "provides voice-changing capabilities of various personalities, right from a cool dude down to a matured elderly lady. This tool can be used for adding fun and comedy to instant messaging and voice-overs."; fDesc[7] = "preset voices will just appear in you MorphVOX menu. This pack features 8 different voices, based on fantasy characters: Dwarf, Female Pixie, Giant, Nasty Gnome, Old Hag, Tiny Folks, Warrior Princess and Whitney Squire."; fDesc[8] = "like out-of-this-world creature, the MorphVOX Galactic Voices 1.3 is just the right kind of deal, which comes as a free add-on for the MorphVOX Pro Voice Changer software."; fDesc[9] = "distorts it before playing it. Translator Fun is a free voice pack that contains seven new voices: Body Noises, Burpalator, Computer Talk, Phone Talk, Random Body Noises, Random Censor and Xylophone."; fDesc[10] = "solution, in the form of the MorphVOX Deep Space Voices 3.3 It is a dedicated add-on program for all the MorphVOX Pro users, allowing them to sound as though they have been taken back into the ancient world."; fDesc[11] = "program: Alien, Cavern, Ghost, Radio Distortion, Telephone and Underwater. You will need to have MorphVOX installed in your system if you want to use this pack, otherwise it will have no effect."; fDesc[12] = ", that automatically adds fifteen new sounds to your existing MorphVOX installation. It will be of no use if you don´t have that program installed, and it won´t put any direct access."; fDesc[13] = "movie. They are: Beating Heart, Cat Screech, Chain Saw, Creaky Door, Door Shut, Experiment, Gasp, Ghost, Growl, Killer, Man Screaming, Monster Grunt, Mu-hahaha, Owl, Scraping, Vampire Bat, Witch Laugh and Woman Screaming."; fDesc[14] = "will be added to MorphVOX Voice Changer Software. This library will be of no use without the MorpVOX program. These sounds will be specially adequate when playing online games, but can be also used when talking with your buddies through any Instant Messenger."; fDesc[15] = "background sounds to it before sending it to your speakers or any program. The sounds included in this package are: Anvil, Arrow, Dwarf Laugh, Horse, Impact, Sword Strike, The Abyss and Whip."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }