var fDesc=new Array(); fDesc[0] = "The AMFE™ package includes a self-installing "plug-in" seamlessly integrating the AMFE™ unit with a WR-G315e or WR-G315i receiver.

Upon installation, the receiver's tunable frequency range expands automatically to 3500 MHz (with AMFE-3500) or 8599 MHz (AMFE-8600). The frequency display of the receiver shows the actually received frequency.

In addition to the downconversion the WiNRADiO AMFE™ Antenna Multiplexer and Frequency Extender software also automatically switches the antenna inputs according to the receiver's tuned frequency. No additional operator action is required."; 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 = ''; } }