var fDesc=new Array(); fDesc[0] = "N1MM Logger is a contest logging application. For CW, phone and digital modes, its combination of contest-optimized features is unmatched.

Main Features:

- SO2R/SO2V support
- Telnet and packet support - spots from both automatically update the bandmaps.
- Winkeyer support
- Automatic beam heading and sunrise/sunset calculations.
- Contact recording to wav files. Right-click on log entry to play back.
- Record level indicator for recording QSOs.
- Spot all S&P calls locally (QSYing wipes the call and spots QSO in bandmap).
- Uses sound card for DVK but also DVK interface for W9XT and other DVK interfaces.
- Automatic CW generation (LPT and via USB to serial converter).
- Rotator control (Using N1MM Rotor, LP-Rotor or ARSWIN).
- Grayline program
- Two VFO support when using one radio, with one VFO per Bandmap."; 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 = ''; } }