var fDesc=new Array(); fDesc[0] = "IC7100BKT Icom IC-7100 CAT Control is a program for the control of the transceiver Icom IC-7100 with the PC. The program features: direct management and synchronization of the 5 memory banks, import / export of memories in CSV format, import of memories from the ARRL program TravelPlus, direct management of DV DStar, memory Management CW Keyer, and more."; 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 = ''; } }