var fDesc=new Array();
fDesc[0] = "For all those who have always wished to have a voice just like the devil, the MorphVOX Creatures of Darkness 3.3 offers 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.
This funny tool presents all its users, with a nice chance to sound like a grumpy dwarf or a mighty giant, a cruel Goblin or a ruthless Golem. It features eight unique sounds including a Goblin, Golem, Half-Orc, Cave Troll, Lich Lord, Shade, as well as a Wraith.
While the Cave Troll gives the feeling of an ancient warrior, the Lich Lord comes with a devil laughter. The Wrath challenges all its listener that they can’t destroy him, whereas the Goblin has a demon voice. The Shade voice changer effect is bound to scare someone to be away from you, while the Half Orc sounds as though the user is challenging someone for a duel.
As a whole, it is an innovative tool, which incorporates the latest audio filters and technology to produce a break-through in voice modification, and surely features plenty of breath-taking scary sound effects.";
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 = '';
}
}