var fDesc=new Array(); fDesc[0] = "Spark Vintage Drum Machines is a program capable of mixing high quality samples and virtual analog synthesis. From the classic percussion sounds of the Roland CR-78 and Korg Mini Pops 7 to the heavy punch of the TR-series, all the top producers’ boutique models are available in one single easy-to-use interface. You can also map your favorite MIDI keyboard to the 8 drum pads."; 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 = ''; } }