var fDesc=new Array(); fDesc[0] = "This program helps you create virtual instruments that are both simple and effective to use but also very powerful sound design & music production tools. Offering drum, bass and lead instrument creation & arrangement with drag and drop simplicity, Beatstation is your "go to" instrument for quickly getting a full groove up and running in no time at all. This program comes standard with a 1.5 Gb core content library packed full of beautifully recorded instrument patches, loop ready REX files and even completely customizable MIDI arrangements."; 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 = ''; } }