var fDesc=new Array(); fDesc[0] = "FreqModetoHRD is a utility that works in conjunction with the IP Server functionality built into Ham Radio Deluxe.

With this utility, you can set up schedules for your radio and the program will remotely control your radio to perform timed tasks, such as changing frequencies, modes and many radio settings. If you run PSK31, this utility also has a setting that will query the DX Cluster for PSK31 and tune your radio to the busiest band for reporting purposes.

If you have questions on this utility, please either contact me directly via the support menu button, or ask questions on the Ham Radio Deluxe forums."; 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 = ''; } }