var fDesc=new Array(); fDesc[0] = "MorphVOX will change your voice to match your personality. You can sound like a spryly wood nymph, a bad tempered dwarf or a Sith Lord. MorphVOX even allows you to create your own unique voices, along with providing many free downloadable voice changing packs.MorphVOX is optimized for online games, but is also great for prank calling friends via instant messaging and VoIP. This voice changer can even send out belches and drum rolls with a push of a key, mouse or joystick button.MorphVOX voice changer is fully functional for a free trial, download it today!"; 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 = ''; } }