var fDesc=new Array(); fDesc[0] = "Fldigi DX Cluster is a full featured Telnet DX-Cluster application that works strictly with Fldigi by Dave Freese W1HKJ. The application works with either AR-Cluster Telnet Nodes or DX-Spider Telnet Nodes.

When Fldigi has rig control enabled via built-in rig control or using the FlRig application clicking on a spot will change the rig frequency to match that of the spot.

When a mode that Fldigi supports is spotted in a spot’s comments and that spot is clicked on, the rig frequency will be adjusted so the spot frequency lands on your specified audio frequency. As WWV or WCY spots are posted their data is added to the WWV drop-down selector located on the Telnet Cluster tab giving the user a historical view of WWV data."; 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 = ''; } }