var fDesc=new Array(); fDesc[0] = "RayBlaster provides Impulse Modelling Synthesis (IMS) to create high quality sound. It comes with an inspiring library of over 500 outstanding presets from some of the world's top sound designers. Many complex sounds such as arpeggiators, vocals or drumloops automatically synchronize to the BPM.

Download link given here provides the update version 1.1. You need to install 1.0 before downloading this."; 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 = ''; } }