var fDesc=new Array(); fDesc[0] = "PHA-979 is a professional audio AU and VST plugin which allows you to apply an arbitrary phase shift to sound material. PHA-979 is useful during mixing sessions, especially when working with the sound material recorded through an array of microphones. In many cases this allows you to solve various phasing problems arising from the microphone placement chosen during the tracking session."; 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 = ''; } }