var fDesc=new Array(); fDesc[0] = "AudioCore software gives the user instant and intuitive control over all the parameters of any DP series unit. Click on any unit's function block and the parameters for that function are immediately available and adjustable. All parameters can be adjusted via mouse or keyboard. For example, the Output Control screen gives the user control over Highpass and Lowpass filters for both frequency and slope enabling speedy setting of the crossover function. All parametric equalisers are controllable by direct curve dragging or normal mouse / keyboard control. In curve dragging both frequency and gain locking are available."; 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 = ''; } }