var fDesc=new Array(); fDesc[0] = "Fully featured music creation and production environment. Using the Song Arrangement view, you can easily arrange your patterns from individual generators into a complete piece of music. The pattern-based arrangement system allows to re-use of patterns with a single click, greatly speeding up the workflow compared to traditional linear sequencers. Recording linear passages is possible too, though - patterns simply extend their length in realtime as necessary. Patterns can be edited directly in Orion's Piano Roll, one of the most powerful and flexible around."; 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 = ''; } }