var fDesc=new Array(); fDesc[0] = "MCP-D74 is a program that allows you to communicate with the JVC KENWOOD TH-D74 transceiver using your PC. You can create, edit, and administer the data for the memory channels and menus on your PC connected to the device. The program and the TH-D74 transceiver can be connected using a USB 2.0 cable or the Bluetooth function."; 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 = ''; } }