var fDesc=new Array(); fDesc[0] = "VQLog is a shareware log-book program for Windows specially intended for HF or VHF-DX'ers and Satellite enthusiasts, and it is fully usable for ALL amateur bands from 0 KHz to 99 GHz !!.

These are just some of the main facilities provided by VQLog 2.2

Access to the QSOs by date, callsign, prefix, square, DXCC, remarks and record number.
Importation facilities for most of the better known HF and VHF contest and logbook programs.
Importation of ADIF (Amateur Data Interchange Format) and ASCII files
Exportation of the logbook in ADIF format
Award tracking
DXCC, WAZ, WAC, WPX, WAS, IOTA, TPEA, DIE, VUCC, 100EACW
and up to 10 different user-define awards !!
Many different and fully customizable summaries and graphical statistics"; 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 = ''; } }