var fDesc=new Array(); fDesc[0] = "Log2000 is a program for logging and tracking QSO's, creating and printing QSL's and QSL labels. Designed for Windows 95/98, Windows NT and Windows 2000.

Log2000's interface is is 100% mouse compatible. No more fumbling with DOS based logging programs.It's easy to use and understand. Log maintenance is not a complex operation, it is simple point and select.

A built in QSL generator makes it easy to get those QSO's confirmed, and you can track QSL activity as well. The system will also print mailing labels for your QSL's."; 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 = ''; } }