var fDesc=new Array(); fDesc[0] = "The Automix Matrix 780 provides tools for consistently clear audio in courtrooms, government chambers, corporate boardrooms and houses of worship.
Setup is easy and efficient with a straightforward Windows® interface connected over Ethernet. Compatible with Symetrix RS-485-based Adaptive Remote Control (ARC) Wall Panels for user control.
An interactive front panel provides convenient access to vital system parameters or may be programmed for user and technician control.
Open Collector outputs drive LEDs directly for status updates or integrate with external logic and automation systems."; 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 = ''; } }