var fDesc=new Array(); fDesc[0] = "Molekular is an modular effects system that brings inspiring effects, limitless routing, and electrifying performance possibilities. Design your own modular system with 35 exclusive effects and set it in motion with powerful modulation. Perform your effects with the interactive morphing field and control the entire system with macros. Experience the endless flexibility of modular effect design. Route any one of 16 modulation sources to any other parameter to build intricate rhythmic and melodic structures, create inventive organic textures, and even fold your sonic creations in on themselves."; 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 = ''; } }