var fDesc=new Array(); fDesc[0] = "Lux-Log is a tool that is capable of managing up to 30,000+ log-books using one database.
All used data may be imported from and exported into ASCII files using a pre-defined format. Also all used data may be imported from and exported into ADIF format.

The program imports from the following contest software: K1EA's CT v8-v9 (ARRL 10m, CQ WPX, CQ WW, CQ WW 160m, Expedition Mode, IARU HF World Championship, WAE from Europe), DL4MFM's QW v4.2.x (DARC XMAS, DIG HF, IARU Region 1 Field-Day, WAG outside DL).

The program imports from the following competing logging software: Baseler Log, CL-Log v1, Das Log, DX-Base, DX-Log, HAM-LCT and HamLog, HamLog/32, Hyperlog, Journal de Trafic by F6ISZ, Log-EQF, Log-Plus, Log Windows, OH1AA, Profi-Log, R25-Log, SwissLog, TacLog, TopLog, and WinLog."; 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 = ''; } }