var fDesc=new Array(); fDesc[0] = "ARUA-10 is the software used to connect TS-990S, TS-590SG, or TS-590S transceivers and a PC with a USB cable and make it possible to use a speaker and a microphone on your computer instead of those on the transceiver. This app also has an intuitive interface."; 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 = ''; } }