var fDesc=new Array(); fDesc[0] = "PSP 85 is the product of our eternal fascination with the endless possibilities offered by variable sample rate delay lines. PSP 85 benefits from aggressive algorithm optimization and adds numerous significant new features while retaining full preset and bank compatibility with our renowned PSP 84 delay. The plug-in comes with sixty wild and twisted new presets designed to highlight its exciting new attributes, in addition to a supplementary bank containing more ‘bread and butter’ PSP 84 factory programs."; 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 = ''; } }