var fDesc=new Array(); fDesc[0] = "ARCS III is a CAT control system for the Kenwood TS-2000. The free rig control program controls most functions of the radio and provides features Kenwood forgot to include. MS Translate helps translate Amateur Radio technical talk and conversation. The tool is experimental and requires an Internet connection for some 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 = ''; } }