var fDesc=new Array(); fDesc[0] = "This project has been a long time in the making. There are a couple of individuals who made this project happen: big thanks goes out to David / K7DB for sharing his memory mapping data and general knowledge of the radio, and to Ed Griffin of Wouxun US for providing radios to test. And, big thanks go out to all of the private beta testers, you know who you are.

Features:

-Read from radio/write to radio
-Add/Edit/Move/Cut/Copy/Paste/Delete memory channels
-Edit radio configuration settings
-Program band limits
-Import/Export TW files (Wouxun programming software format)
-Import/Export CSV files
-Import ARRL TravelPlus TPE Files
-Search for duplicates
-Sort memories
-Print memories"; 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 = ''; } }