var fDesc=new Array(); fDesc[0] = "The Riser is an all-new instrument for designing musical transitions of epic proportions. A powerful, synth-based instrument, The Riser features all of the tools you need to compose heart-stopping transitions in one intuitive user-interface. In seconds, you can construct rises, falls, swells, fades, and more, based on our coveted sound synthesis technology. For instant inspiration, The Riser includes 300 pro-grade presets that you can edit, deconstruct, copy, mangle, and implement into your tracks."; 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 = ''; } }