var fDesc=new Array(); fDesc[0] = "Reason Essentials packs in all the recording, editing, effects, instruments, and mixing tools you need to sound great, with room to grow and expand.

Reason Essentials comes with a selection of Reason's instruments and effects in a virtual rack, a streamlined version of its masterfully modeled mixer, and all the recording and sequencing tools you'll need."; 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 = ''; } }