var fDesc=new Array(); fDesc[0] = "Virtual Drum Electro has been designed as an introduction into using drum module software. It is aimed at drummers who have little experience of using computer music software. e.g. youngsters who want to learn how to play drums and people who just want to have a bit of fun. You will still find it a very responsive drum module software capable of playing any .wav sample up to 6 seconds in length."; 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 = ''; } }