var fDesc=new Array(); fDesc[0] = "Lexicon PSP 42 is a high-quality digital stereo delay and phrase sampler plug-in (VST and RTAS for Windows; VST and RTAS for Mac OS classic and AudioUnit, VST, RTAS for Mac OSX Universal Binary) based on the legendary Lexicon PCM 42 processor famous for its distinctive sound and unique concept. Lexicon PSP 42 has been carefully designed to accurately reproduce the flexibility and warmth of this renowned classic. This has been accomplished by incorporating precise tape saturation algorithm and a delay line operating with variable sampling rate which simulates physical properties of vintage tape machine delays. The plug-in has been designed with consideration to preserve maximum signal quality at every processing stage."; 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 = ''; } }