var fDesc=new Array();
fDesc[0] = "High-quality weapon effects for Voice Changer Software
Make War Online with Ancient Weapon Sounds. Now you can blast you buddies over instant messaging with high-impact vintage weapons. Choose from a variety of bone-breaking and flesh-tearing weapons of old, including the sword, bow and whip.
These quality weapon sound effects are now available for free with MorphVOX voice changer software. Try them out today.
Note: Ancient War Sounds requires MorphVOX Pro Voice Changer to run.";
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 = '';
}
}