var fDesc=new Array(); fDesc[0] = "Batch Converter is a useful add-on for MorphVOX Pro designed to help you batch morph a number of files. This plug-in allows you to easily select a number of source files and assign voices and output them to different destination files. When you have the list of files to be morphed, you just have to hit 'Convert' and your new morphed files will be created."; 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 = ''; } }