var fDesc=new Array(); fDesc[0] = "PM Pro is a collection of VST and AAX audio plugins that you can use with compatible music editors. Designed with an emphasis on quality and simplicity, each plug-in has a clean interface with only the most essential knobs and switches needed to dial a great sound."; 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 = ''; } }