var fDesc=new Array(); fDesc[0] = "The Starplugs-Quantum Limiter stands for level-control for 5.1 surround tracks without obvious audible reduction. This plug-in leaves your mix untouched and guarantees a defined level with no distortion, no pumping, no ducking, no delay in the quantum range of up to 6 dB overload. The pd quantum algorithm of the Starplugs-Quantum Limiter makes all classical limiter settings unnecessary, this plug-in “listens” to your tracks and “predicts” what will come to create the best level."; 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 = ''; } }