var fDesc=new Array(); fDesc[0] = "Ask any producer or engineer. They'll tell you the most important part of any record is the vocal. It's got to be powerful. It's got to be commanding. It's got to be just right. Made up of six powerful vocal plugins, Waves Vocal bundle is the ultimate vocal toolkit, including Waves Tune for pitch correction and transformation, and DeBreath, which removes unwanted breath sounds—automatically."; 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 = ''; } }