var fDesc=new Array(); fDesc[0] = "K-Keys enables the user to program up to 10 keyboard macros for rapid access to nearly any remotely controllable function on Elecraft K2 and K3 transceivers using the computer's Function keys.
This program allows the operator to call CQ and give contest exchanges with the CW and RTTY memory keyer built into the Elecraft K3 and with the optional Elecraft KDVR3 voice keyer (if installed in your radio), and can also access numerous additional functions including band and mode changes, select filter bandwidths, even tune the radio... without having to reach for a knob or button on the front panel of the radio hundreds of times during a contest."; 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 = ''; } }