var fDesc=new Array(); fDesc[0] = "You can use the MCP-2A to create data such as memory channels and menus on a PC by connecting the TM-V71A/E, TM-D710A/E, and the RC-D710 to the PC. By utilizing this software, you can enjoy the versatility of the TM-V71A/E, TM-D710A/E transceivers, and the RC-D710 control panel through the memory channel management or edit functions."; 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 = ''; } }