var fDesc=new Array(); fDesc[0] = "KG-UV6 Commander is a Radio programming tool to print memories.

Main Features:
- Read from radio/write to radio
- Add/Edit/Move/Cut/Copy/Paste/Delete memory channels
- Edit radio configuration settings
- Import/Export TW files (Wouxun programming software format)
- Import/Export CSV files
- Import KG-UVD1P, KG-UV2D, KG-UV3D Files (UVD and TW)
- 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 = ''; } }