var fDesc=new Array(); fDesc[0] = "After spending hours crafting the perfect song, why would you settle for a less than perfect drum pattern? Sure, drum loops work for sketching out ideas. But, your finished song deserves something more original.
Introducing DrumStar, a vst instrument that will not only help you create original drum patterns, but also streamlines the process to save you time. It includes a powerful drum sampler, and a step sequencer that's flexible and fun to use."; 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 = ''; } }