var fDesc=new Array(); fDesc[0] = "Tremor is a software drum machine with powerful synthesis, effects, modulation and step-sequencing. DCAM circuit-modelled sound generation is fused with new ideas to produce original sounds with the punch and extreme sound pressure of old-school analogue. Tremor's dance drums, funky beatscapes, abstract machines and undiscovered sonic terrain are suited to all kinds of electronic, urban and experimental music."; 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 = ''; } }