var fDesc=new Array(); fDesc[0] = "Dany's Virtual Drum features three important keys : Realistic, Classic and Misc. A choice of drums or xylophone, optional music bases, realistic sound effects, record your drumming (see below), and more.
Dany's Virtual Drum is drum simulator with great quality, no delay, with simple and intuitive interfaces that lets you to custom the sounds, set various key, drum set customize and all this is free with low requirement demands."; 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 = ''; } }