var fDesc=new Array(); fDesc[0] = "FTB2800 is a memory management program for the FT-2800M 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.

- Backup/restore of the FT-2800 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 Home memories
- Edit PMS memories
- Edit the VFO
- Change the values in the FT-2800's menus
- Print memories
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.

- FT-817, FT-847, FT-857, FT-897 (including ND and D models), FT-1802, FT-1807, FT-1900, FT-2800, FT-2900, FT-7800, FT-7900, FT-8800, FT-8900, FT-60, VR-5000, VX-3, VX-8, VX-110, VX-150, VX-120, VX-170, VX-177, FT-270
- VX-2, VX-5, VX-6, VX-7 - using the Commander range of software by Jim Mitchell, KC8UNJ

Memory definitions can also be imported from TravelPlus for Repeaters using .TPE files.

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. It has been developed and tested on Windows 2000, Windows XP, Windows Vista and Windows 7 and should also run successfully on Windows 98/ME and Windows/NT4. The minimum screen resolution is 800 x 600 but 1024 x 768 is recommended."; 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 = ''; } }