var fDesc=new Array(); fDesc[0] = "eDrum MIDI Mapper is a MIDI event filter for Windows XP & Vista that sits between your hardware trigger-to-MIDI drum module(s) and software sampler or host DAW. With its advanced re-mapping capabilities, eDrum MIDI Mapper helps musicians take full advantage of the detail found in multi-sample instruments, increasing playability and producing more realistic performances."; 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 = ''; } }