var fDesc=new Array(); fDesc[0] = "Cluster monitor is a tool for web-cluster and telnet-cluster monitoring. The program shows spot history, the latest spots are shown in a separate window with full information about the DX, announcements, WWV propagation, and full sorting and filtering capability. Full support for AALog and AAVoice by RZ4AG, DXAtlas by VE3NEA. Integrated dial-up support."; 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 = ''; } }