var fDesc=new Array(); fDesc[0] = "VASST VoiceAssistant is a program that allows you to lower the volume of background music or effects to make room for dialog, without scrolling down the timeline. You can select which track has dialog/speech and which track has music or FX. It is compatible with Movie Studio Platinum 12, Vegas Pro 9, Vegas Pro 10, Vegas Pro 11 and Vegas Pro 12."; 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 = ''; } }