var fDesc=new Array(); fDesc[0] = "FTB1802 is a memory management program for the FT-1802 FM transceiver. You can try the program for 2 weeks to check that it works on your equipment but you cannot write to the radio until it is registered. The Import/Export facility enables you to exchange memory information between the following radios by using .CSV format memory definition files. You will also need to use the appropriate FTBxxx software for the target radio.
Features:
- Backup/restore of the radio's clone memory
- Modify memories
- Add/delete/move memories
- Cut/copy/paste memories
- Sort memories by frequency or name
- Analyse and report on duplicate frequencies
- Edit the Home memory
- Edit PMS memories
- Edit the VFO
- Edit Bank names
- Change the values in the radio's menus
- Print memories
The program runs on a standard PC that has an available COM port for connection to the transceiver. The COM port may be a conventional Serial port or one attached to a USB adapter."; 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 = ''; } }