var fDesc=new Array(); fDesc[0] = "SONAR X1 Producer has everything needed to deliver the polished, “radio-ready” recordings that are expected in today’s music industry – all in one box. Included are all of SONAR’s cutting edge music creation tools plus an unparalleled collection of world-class instruments and effects. From the innovative Skylight interface to the legendary, “big-studio” sound of the ProChannel console strip, SONAR X1 Producer is the ideal choice for anyone serious about music production."; 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 = ''; } }