var fDesc=new Array(); fDesc[0] = "CSR (Classik Studio Reverb) is a suite of four high-end studio-quality reverbs modeled after popular outboard classics. Now anyone can afford the quality sound of a signature reverb in their studio. Classik Studio Reverb offers in a single product, a suite of 4 high quality reverb plug-ins: Plate, Hall, Room and Inverse. All are designed to give the same sound of an acclaimed high-quality outboard reverb unit. With a myriad of options and parameters to choose from, Classik Studio Reverb is truly a complete, great sounding package that can adapt to any mix situation with ease."; 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 = ''; } }