var fDesc=new Array(); fDesc[0] = "The DSM provides multi-dimensional control over both the spectral response and dynamic characteristics of audio material, bringing a whole new dimension of facility and artistic ability to the sound engineer.
At the heart of the DSM lies an easy-to-use single-button "Capture" system. This unique feature uses groundbreaking adaptive techniques to capture both the frequency-domain and dynamic characteristics of audio program, and uses this as the basis for a highly developed large scale multi-band compression process."; 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 = ''; } }