var fDesc=new Array(); fDesc[0] = "The long awaited release to the Macintosh counterpart. Unity Session combines both Unity DS-1 (digital sampler), and Unity AS-1 (analog synth, formerly "Retro") into one environment. Also included in the full version is Osmosis, an Akai and Roland disc converter, physical modeling, Gigasampler support, and 3 additional content discs- Orchestral Strings, Black & Whites, and Pop Drums. There is Windows XP support for stand alone/live mode, as well as RTAS and VSTi plugin support for Protools, Cubase, and Sonar."; 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 = ''; } }