var fDesc=new Array(); fDesc[0] = "LogPrint is a stand alone program which allows for the printing of Amateur radio log files from ADIF file format and/or the printing of simple QSL labels from a similar file format.

The program has been written by Charlie Sutton.

It was designed to provide Logger32 with a set of basic print routines for the hard copy printing of the log and the making QSL labels. It allows printing the full or partial data of a user's logbook.

LogPrint is free of charge."; 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 = ''; } }