var fDesc=new Array(); fDesc[0] = "SicknDstroy is a Pre-Filter that offers you lowpass, highpass and bandpass modes. It offers you 4 ways to mix the bit reduction and the sample-rate reduction. It is also LFO assignable to the filter cutoff, filter resonance, bit reduction, sample-rate reduction and dry/wet parameters."; 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 = ''; } }