var fDesc=new Array(); fDesc[0] = "MAP65-IQ is similar to MAP65 but uses only one polarization. It works with Linrad and the SDR-14, SDR-IQ, and Perseus receivers and offers the sub-modes JT65A, JT65B, and JT65C. For the convenience of new users the installation package includes version of Linrad for Windows and a full set of Linrad parameter files for the SDR-14, SDR-IQ, and Perseus.
The Linrad/MAP65 combination implements a wideband, polarization-matching receiver for the JT65B protocol."; 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 = ''; } }