var fDesc=new Array(); fDesc[0] = "JTDX is an open source HAM radio program for HF JT65 and JT9 modes. It comes with optimal candidate selection logic, and four/five pass decoding & decoders based on the matched filters making JTDX performance quite different from WSJT-X software for operation on the HF bands."; 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 = ''; } }