var fDesc=new Array(); fDesc[0] = "Use PC Drummer to quickly and easily create great sounding drum music at a fraction of the cost of a physical drum machine. The built-in sounds are sampled from actual instruments so your tracks will sound real, not synthesized. With PC Drummer you can add your own instrument samples and export drum tracks in midi or wav formats to programs like Pro Tools, Cakewalk, Acid Pro, Cubase, Traction or Adobe Audition."; 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 = ''; } }