var fDesc=new Array(); fDesc[0] = "If you have the jumper for W5 installed in your KCR2 then select the "W5 Jumper In" option. Having this jumper installed allows you to use all seven XV settings in the K2 to control an output, so you will see horizontal rows XVTR1 - XVTR7 (as shown above). If it is removed, then select the "Out" option and only XVTR1 - XVTR3 will be available for band mapping.
If you use the ACC option in your K2 then set the "K2 Acc Menu" to "On". The AC1 - AC3 vertical columns will be disabled, allowing the K2 to control the Acc options. Otherwise, set it to "Off" (as shown above) and you will have the AC1 - AC3 columns available for output on any band."; 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 = ''; } }