var fDesc=new Array(); fDesc[0] = "HAM-LOG for Windows 9X / Windows XP / Windows Vista / Windows 7 is a versatile program for logging QSOs and more. HAM-LOG can be configured to nearly all requirements.
Wishes and requests are always welcome by the author Arthur, DJ6LS. Just these requests have made HAM-LOG to a program which offers all the functions a program must have today."; 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 = ''; } }