var fDesc=new Array(); fDesc[0] = "You can use the MCP-1A to create data such as memory channels and menus on a PC by connecting the TH-K2/K4, TM-271/471/281/481 to the PC by using an optional Programming Cable PG-4Y / KPG-22U (for the TH-K2/K4) or KPG-46A / KPG-46U (for the TM-271/471/281/481). By utilizing this software, you can enjoy the versatility of the Kenwood transceivers 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 = ''; } }