var fDesc=new Array(); fDesc[0] = "The award-winning digital audio and MIDI workstation for producers, audio engineers, multimedia authors, web developers, and professional musicians with dedicated hardware. Cakewalk Pro Audio 9 is the new version of the industry's leading multitrack digital audio and MIDI software. It's the professional's choice for creating, mixing and delivering music and sound in a wide range of media. Wherever your next project takes you, you will find that Pro Audio 9 gets you there faster. Requires DirectX."; 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 = ''; } }