var fDesc=new Array(); fDesc[0] = "The dual band FT-60 handheld transceiver for amateur radio enthusiasts, first released in 2004, is still very popular because of its wide-coverage receiver, 2-meter VHF band and 70-centimeter UHF band. This handheld transceiver features 1000 memories with alpha-tags and if you own one, you might find FT60 Commander very useful for managing your memories. This software will enable you to write to, and read from, your FT-60 radio receiver, edit your home memories and sort them by tag or frequency.

FT60 Commander's interface is windowed and user friendly. You can use it to check for any duplicates you many have, import ARRL TravelPlus files, and also open ADMS FT-60 .rdf files and save them to .60r file format. The program allows you to edit your set mode settings, your VFO data, and to import or export .csv files. To manage your main memory and scan edge memories, you have the options to edit, move, copy, cut or paste them, and the facility to print them is also provided. Other files you can import from include VX-2, VX-5, VX-7, VR-120, IC-R2, and IC-Q7."; 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 = ''; } }