var fDesc=new Array(); fDesc[0] = "The N4PY Icom Control Program controls the following Icom Radios: IC-756PRO, IC-756PROII, IC-756PROIII, IC-706MKIIG, IC-746, IC-746PRO, IC-703, IC-775, IC-756, IC-718, IC-781, IC-7000, IC-7100, IC-7200, IC-7600, IC-9100, IC-7410, IC-7700, and IC-7800. It also has support for the Microtelecom Perseus receiver both as a standalone receiver and Panadapter to be used with an Icom radio. The software also allows the seamless use of transverters for the VHF/UHF bands with the display showing the transverter frequency."; 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 = ''; } }