var fDesc=new Array(); fDesc[0] = "VX-6 Commander BETA is a programming software tool for the Yaesu VX-6 and VX-6R. VX-6 Commander BETA has a variety of functions some of which are: Read/Write to the radio, Edit/Move/Cut/Copy/Paste main memory channels, scan edge memories, Edit Direct Recall Memories, Home Memories, VFOs, Edit Memory Banks, Edit Set Mode Settings
Import/Export CSVs and other."; 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 = ''; } }