var fDesc=new Array(); fDesc[0] = "Eventide Presonus Promotion bundle is a set of audio plugins for PreSonus audio mixer. It contains H910 Harmonizer, a software model of the world’s first digital effects processor. Its pitch changing ability lets you create specific musical intervals and harmonies, spread guitars, fatten snares, apply organic de-tuning, to synths or add slap-back delays to vocals. Promotion bundle also features 2016 Stereo Room reverb plug-in. Its intuitive controls allow you to fine tune the perfect space for your sound - whether it’s a dark hallway or a bright studio vocal room."; 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 = ''; } }