var fDesc=new Array(); fDesc[0] = "PSP 85 is the product of our unfading fascination over the endless possibilities offered by variable sample rate delay line. It is a high-quality processor, capable of producing an extremely wide variety of delay-based effects – from simple echoes to complex rhythmic patterns, from faithful magnetic tape delay simulations to twisted out-of-this-world pitchshifting and resonant filtering effects."; 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 = ''; } }