var fDesc=new Array(); fDesc[0] = "EZkeys Mellotoon is based on the Mellotron keyboard introduced in the early 1960s. EZkeys Mellotoon captures the essence of this one-of-a-kind keyboard and comes with 15 individual instruments, carefully sampled directly from a model M400 Mellotron using a blend of direct and amped signals. On top of that, it includes a generous selection of custom effect and sound chain presets, giving you a completely new, creative outset to an already seemingly bottomless pool of awe-inspiring sounds."; 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 = ''; } }