var fDesc=new Array(); fDesc[1] = "play DVD also. One feature to be noted is that there is a built-in converter that can convert many media files to AVI or DIVX. \"AVI Doctor\" in the \"Setup\" page can repair AVI files that have been damaged probably by a P2P download that hasn't been 100% completed."; fDesc[2] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history."; fDesc[3] = "computer in a VOIP (voice over IP). It looks just like a normal telephone where the the send button an the key numbers are displayed."; fDesc[4] = "also change song voices and create animal sounds. With a professional design you can use features like the Voice Morpher and the Parody Mixer. The utility works with the major VoIP and Instant Messaging programs. You can also modify timbre and pitch with the help of a wide range of presets."; fDesc[5] = "well known programs of instant messaging and VoIP. You can use background sounds street voices, nature, forest and waterfalls. You can perform song remixes, change the song voices, add effects and save the new song in standard formats like MP3 and WMA."; fDesc[6] = "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[7] = ", voice remover, voice extractor, audio wave editor for remix and medley, MP3 converter, CD ripper, CD-DVD burner, CD-DVD cover creator"; fDesc[8] = "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[9] = "nature or a bus stop. The program also works fine with the most common VoIP and Instant Messaging applications. This version also offers the Parody Maker and Parody mixer. Another feature is the Voice analyzer, that allows you to analyze your voice."; fDesc[10] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends."; fDesc[11] = "send out through an IP telephone, Instant Messengers or online games. You can use any of the three pre-selected voices, but you can change them all going to the options menu."; fDesc[12] = "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[13] = "application. If your voice can be easily identified, this software changes your voice so nobody can recognize you. Your voice will be changed dynamically by modifying its pitch and frequency. Also, you can add echo and background music."; fDesc[15] = "Microphone streams and any sound file you play back."; 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 = '...'; } }