var fDesc=new Array(); fDesc[0] = "Male Voice Pack 1.3.0 is an add-on for MorphVOX Voice Changer with 6 male voices.

MorphVOX Voice Changer is a software to change your 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. You can obtain a trial version of MorphVOX Voice Changer at http://www.screamingbee.com/product/MorphVOX.aspx.

This add-on is free, but the main program is not.

By default, MorphVOX Pro comes with six different voices: Child, Dog Translator, Hell Demon, I Robot, Man and Woman.

Male Voice Pack 1.3 adds 6 new male voices that you can use with the program, to change your identity.

The variety of voices included in the pack are Mister Voice (smooth and deep male voice), Nerd (whiney and nasal male voice), Old Guy (older gentleman voice), Radio Announcer (higher pitch, upbeat male voice), Teen (youth / teen male voice) and Tough Guy (low and gravelly male voice)."; 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 = ''; } }