var fDesc=new Array(); fDesc[0] = "A powerful MIDI and digital audio software application that allows you to produce music and sound projects quickly and affordably. It provides many of Cakewalks advanced technologies, with a focus on the needs of the commercial project studio-- including support for up to eight tracks of digital audio, a real-time mixing console, and rock-solid synchronization to film and video. If youre serious about your music and sound projects and are looking to maximize cost efficiencies, then Cakewalk Professional 7 is for you."; 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 = ''; } }