var fDesc=new Array(); fDesc[0] = "Devastor is a deceptively simple yet remarkable Multiband Distortion Unit. It is an enhanced version of the distortion unit you can find in Phoscyon, but with full control over multiband processing. The plug-in offers nine different connection topologies between its filters and diode-clipper. Filters can process the signal before or after it gets fed into the diode-clipper, but some of the configurations even allow the filters to work alongside the clipper, which greatly increases the possible sonic palette."; 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 = ''; } }