var fDesc=new Array(); fDesc[0] = "Orion Platinum is a complete virtual studio, including multitrack audio recording, a mixing desk with sub busses and effect returns, as well as powerful sequencers, generators and effects. All common interfaces, ReWire2, VST and DirectX are fully supported. Orion Platinum ships on CD with a 600 MB library of more than 800 royalty-free presets and high quality multisamples. Orion Platinum comes with a selection of 37 internal effects - including reverb, delay and chorus effects, a full parametric equalizer, and more."; 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 = ''; } }