var fDesc=new Array(); fDesc[0] = "Add the familiar filter tone to warm or smooth out your audio, or to add sweetness to a sensitive recording. In addition to the low-pass filter module, MiniFilter V also includes a powerful modulation section which consists of an envelope follower, an LFO, and a step sequencer. A patch manager is also built-in, along with a set of presets to inspire your creativity."; 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 = ''; } }