var fDesc=new Array(); fDesc[0] = "Electronic EZX is a modern collection of classic, circuit bent and resampled electronic drum sounds suitable for a wide variety of genres and production styles.
This EZX® includes 33 meticulously crafted kits with additional menus of the most requested electronic kick and snare drums. It also features our ever-popular use of parallel FX processing for unlimited variation and new sonic depths. With this EZX®, you will be able to cover a broad range of popular and emerging electronic genres."; 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 = ''; } }