var fDesc=new Array(); fDesc[0] = "Catanya is an advanced VSTi Pattern Arpeggiator with recordable Midi Output and easy DAW integration containing 1200 built-in ready to use patterns suitable for every musician or producer who likes to spice up his compositions. Catanya does not use old-fashioned Arp-Standards like Up, Down, Random but is capable of transforming simple chords into complex midi phrases in real time with no effort using its unique pattern technology. It integrates seamlessly into DAWs like Cubase, Ableton Live, Sonar, FL Studio."; 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 = ''; } }