var fDesc=new Array(); fDesc[0] = "Strike is a dynamic drum and arranger instrument that features a world-class sample library and a hyper-realistic performance engine. The program allows you to create, control, and produce professional drum tracks with uncanny human realism. It features a smooth dynamics control without audible velocity switches, support for WAV and AIFF files from your own sample libraries, a built-in virtual mixing console for full control over drum kit sound, a dedicated EQ and two insert effects processors per channel compressor, audio and MIDI export, and more."; 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 = ''; } }