var fDesc=new Array(); fDesc[0] = "Cableguys FilterShaper is a program that provides two filters, freely editable modulation curves and a flexible modulation framework. You can create complex, shifting, interweaving effects, apply subtle nuances or giant wobbles, control filters and multiband sidechain effects. Start with two filters, running in serial or in parallel, plus a set of simple controls. Then set things in motion: all main controls have their own modulation section with two flexible LFOs and one envelope follower each. For advanced effects editing, each LFO in turn has its own speed and intensity control — each with its own LFO and envelope follower. And all LFOs can be MIDI triggered. Visual feedback on each control and oscilloscope views on each LFO keep you focused."; 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 = ''; } }