var fDesc=new Array();
fDesc[1] = "saves your daily reading to audio files for download to your portable player. Supports Natural Voices.";
fDesc[2] = "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[3] = "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[4] = "who spend long hours in front of the computer reading e-mails, e-books, and all sorts of texts. This program can read aloud any piece of text from the most widely used formats, to clipboard content, making use of a wide number of voices compliant with SAPI4 and SAPI5 standards.";
fDesc[5] = "voices enabled. Support voice: English, French, German, Italian, Spanish, Portuguese, Dutch, Russian, Japanese, Korean.";
fDesc[6] = "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[7] = "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[8] = "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[9] = "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[10] = "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[11] = "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[12] = "their avatars, as per their taste; be it the voice of a fox, cat, squirrel or something else. It features voices of 10 different animals including that of a Bigcat Male, fox female, fox male, Bunny Female, Squirrel Male, a Housecat Female, Housecat Male, Wolf Female.";
fDesc[13] = "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[14] = "NaturalReader enables you to experience listening to any text on your PC, its provides you more complete functions with more human sounding voices. This is an amazing software, you can use any application available such as Web browser, Outlook , PDF. Files, Emails, Office, etc.";
fDesc[15] = "you can choose to create different sounds, pitches or effects. The program is a plug-in that lets you adjust many features and achieve the sound you want, whether it is a same note chorus or a newly modulated pitch with sound effects.";
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 = '...';
}
}