var fDesc=new Array(); fDesc[0] = "SWISSLOG for Windows is a sophisticated logging program for Amateur Radio with the following features:

* Add, Edit and Delete QSO's
* View and Print Logbook.
* Import and Export of QSO's (Swisslog fulfills the ADIF v3.0.4 specifications)
* Manage many Awards: DXCC, IOTA, WAS, WAE, WAZ, WPX, SOTA, WCA, WFF, JA Prefectures, US Counties, DOK, RDA, TEN-TEN, ARLHS and many more!
* Transceiver Control (Kenwook, Yaesu, Icom, TRX Manager, MixW and HRD) NEW! Support FT-450 / 950 / 2000 / DX5000 / DX9000
* Rotor-Control (ARS from EA4TX, Hy-Gain, Yaesu, Sartek) NEW! Support ARS-USB interface and ARS-VCOM software by EA4TX
* Integrated Telnet and Internet Support. NEW! fully updated Telnet server list!
* Fully integrated LOTW automatic and manual sync Support. NEW! Support TQSL 2.x
* Callbook Support: local (RACB, BUCKMASTER) and Internet DBs (QRZ, HamCall and HAMQTH)
* Support of QSL-Manager Databases: local DBs: (RACB, Golist y DF6EX) and Internet DBs: QRZ, Golist and IK3QAR.
* DX-Cluster Support -- Interfaces with External Packet Programs
* DX-Telnet Support – specifically for use with Internet DX Clusters
* Hamscope, MixW, CW-Type, TrueTTY, HDR Support
* World map. NEW! High resolution image used as background
* Propagation Prediction
* Print and Display Reports (Awards, Statistics, etc.)
* Extensive User Defined Layouts for Reports, QSL-Cards, QSL-Labels, Statistics
* Display detailed information about the QSO-Partner
* Pivot-Tables
* Save and Restore Logbooks
* Merge Databases
* Schedule Control
* Round-Table Support
* Uses ACCESS database to store the QSO's
* User Definable Logbook Queries like ACCESS"; 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 = ''; } }