var fDesc=new Array(); fDesc[0] = "VocALign Project Pro Tools is a very useful tool, specially created for the VocALign software. VocALign is a process that lets audio editors make the timing of one audio signal
match another automatically. The Project Pro Tools plugin will help those who want to manipulate songs, to create interesting sounds, easily."; 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 = ''; } }