var fDesc=new Array(); fDesc[0] = "Redline Monitor is a listening, mixing, and mastering tool. It replaces the extreme stereo separation that is characteristic for headphones with the detailed stereo image of near-field monitor speakers.

Its proprietary algorithm performs a sophisticated combination of filtering, frequency-dependent delaying, mid/side processing, and room simulation to create a convincing acoustic soundstage that allows you to properly localize sound sources."; 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 = ''; } }