var fDesc=new Array(); fDesc[0] = "FabFilter Micro is the ultimate lightweight filter plug-in, making the classic FabFilter sound affordable for everyone.
FabFilter Micro's single filter is smooth and creamy, yet easily turns into raw saturation and self-oscillation when tweaked using the interactive filter display. It features low-pass and high-pass shapes and an envelope follower to modulate the cut-off frequency."; 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 = ''; } }