var fDesc=new Array(); fDesc[0] = "The Voice Splicer plug-in will allow you to morph multiple voices from a single audio file. Are you looking to easily add multiple voices to a story? With the MorphVOX Pro Voice Splicer plug-in you can quickly produce a drama with multiple characters from just a single audio file and single voice actor."; 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 = ''; } }