var fDesc=new Array(); fDesc[0] = "The T-RackS 3 Linear Phase equalizer is a precision tool that allows for extremely detailed, clean and transparent tonal changes intervention on your audio material.

This equalizer is used for working on the tonal balance of the audio program with no additional color added providing total transparency and respect of the original sound. Linear Phase Equalization is a process that is only possible in the digital domain.

The T-RackS 3 Linear Phase EQ is comprised of six bands of fully parametric equalization, each band can be configured to work as a high pass, low shelving, peaking, high shelving or low pass, thus making the module extremely flexible."; 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 = ''; } }