var fDesc=new Array(); fDesc[0] = "WaveLab Studio 6 combines state-of-the-art audio technology from the award-winning WaveLab 6 with a streamlined workflow and a full complement of editing and mastering features targeted at project studios and aspiring musicians. It includes the same sample accurate 32-bit audio engine and a wide range of advanced tools with the pristine audio quality originally engineered for top mastering and editing professionals in WaveLab 6. The Studio version provides many of its next-generation features and capabilities to make it one of the world’s best editing and mastering solutions in its price range."; 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 = ''; } }