var fDesc=new Array(); fDesc[0] = "PM RTAS is a set of audio plug-ins and sound effects for Plug&Mix devices. The audio plugins are designed with an emphasis on quality and simplicity providing you the essential knobs and switches needed to dial a great sound. The plugins work only with Pro Tools 7.4, Pro Tools 8, Pro Tools 9, Pro Tools 10 and higher."; 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 = ''; } }