var fDesc=new Array(); fDesc[0] = "o-clip is a simple clipping plugin with oversampling feature. Boost your tracks without aliasing. Oversampling is a technique used to prevent aliasing at low sample rates, a common and mostly undesired artifact created by digital audio processing. You can use the colorful polyphase oversampling or stick to the crystal clear linear phase oversampling, set a fixed ratio (x1 - x64) or set a minimum sample rate at which the processor should operate ( 20khz - 1mhz)."; 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 = ''; } }