var fDesc=new Array(); fDesc[0] = "PROADIKON is a conversion program for Windows95 / Windows98 / Windows2000 / Windows NT / Windows XP coded in Visual Basic 6.0. It converts Log-Data from different Logging-programs to ADIF-Format.

In the current Version there is ADIF-support for

-PC-PROFILOG
-Log-Projekt
-DAS LOG
-HAM-LCT
-EasyLog (
-DXLog
-LogPlus
-Win-Contest
-TS-Log
-SHACKLOG
-StationMaster
-Eurowinlog
-ARMAP 98/99/2000
-WinFD32 (Fieldday Contest program)
-WAG (Worked All Germany Contest program)
-UKWTEST
-SPRINT
-Fivenine
-HM-Log
-QW (DARC 10m-Contest and IARU-VHF/UHF/SHF-Contest)
-Excel
-Delimited text file (CSV or TXT)
-Catlog (DOS)
-Catlog (Windows)
-KWIN2000
-Log 2004
-FUNKBOX Profilog"; 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 = ''; } }