var fDesc=new Array(); fDesc[0] = "The Multi Room Audio Rapid Programming Application (MARPA) is used to configure the Multi Room Audio Matrix Switcher unit.

It requires the use of USB port on the PC to connect to the Matrix Switcher.

Marpa software requires that C-Bus Toolkit is installed. It is possible to add new IR codes to Marpa using the IR Reader software.

Two internal AM/FM tuners, programmable by MARPA.
Four audio bells that can be triggered by C-Bus Trigger Group and Action Selector.
Audio streaming over IP.
Configurable assignment of Input Sources, (Analogue sources, Tuner sources, Optical Digital, etc.).

Support for Audio Bells.
Support for Virtual Sources, (configurable assignment of sources).
Programming Support for Tuners and IP Audio Streamer.
Property to Projects Specifying Matrix Switcher Version to be Compatible With.
Media Link Group Actions to Virtual Sources.
Included C-Bus IP Utility with MARPA.
Included MRA Matrix Switcher Drivers in Toolkit."; 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 = ''; } }