var fDesc=new Array(); fDesc[0] = "Buchla Easel V is a software recreation of Don Buchla’s West Coast modular audio synthesis hardware of 1973. It allows complex oscillator design, AM and FM synthesis, percussive gate/filter combo design, and features numerous ways to modulate and clock each parameter. You can design and perform soundscapes that burble, shimmer, pulse, and evolve without ever touching a keyboard or pad."; 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 = ''; } }