var fDesc=new Array(); fDesc[0] = "DXKeeper is free, comprehensive amateur logging software that

- records and manages QSOs
- extracts name, address, and location information from
- callbook CDROMs: Flying Horse, HamCall, QRZ
- QRZ.com (with a subscription, or without a subscription using Pathfinder)
- tracks confirmation and verification of QSOs for the DXCC, TopList, and WAZ awards, highlighting needed DX spots, automatically generating outgoing QSLs that request confirmation of needed QSLs, identifying confirmed QSOs for submission to the ARRL DXCC desk, and generating DXCC submission paperwork"; 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 = ''; } }