var fDesc=new Array(); fDesc[0] = "Rapture Pro is the first performance synth to combine oscillator and sample-based synthesis in an intuitive design for musicians of any skill level. Simply load a sound and go! Rapture Pro’s innovative Perform mode connects the studio and stage with exceptional control for real-time expressiveness and a sound library that spans all genres of music. Whether you want a classic piano sound for a smooth jazz ballad, searing rock guitars, breathtaking atmospheres, or cutting-edge, step-sequenced patterns for EDM, you’ll find them all in the massive library of instruments, textures, and soundscapes."; 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 = ''; } }