var fDesc=new Array(); fDesc[0] = "Winlog32 logging for all Windows platforms. Works on all Windows platforms, 95, 98, ME, 2000, XP, Vista, W7, W8, W8.1, W10. Includes all regular logging, DXCluster, rig control features. Dedicated web-site, info, download plus well supported Forum, suitable for general logging purposes, with emphasis on award chasing and HF-VHF DXing. Simple and intuitive operation and uncluttered layout."; 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 = ''; } }