var fDesc=new Array(); fDesc[0] = "Bompa was made to add bottom and dirt on drum loops. Bompa wasn’t really meant for the public but we started to give it away to friends and they liked it and shared it with their friends and in a couple of weeks we started to get requests from totally strangers.

We reached version 2.0 and even if we haven’t changed that much process wise it’s a totally different plugin than the crappy looking first version."; 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 = ''; } }