var fDesc=new Array(); fDesc[0] = "VocALign Pro is a program designed for advanced automatic audio alignment. It automatically analyzes the energy patterns of two audio signals and edits one to match the timing of the other. Simply capture a Guide signal with the right timing, capture a Dub signal to be aligned, press one button, and a new aligned Dub is generated and returned to your DAW."; 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 = ''; } }