var fDesc=new Array(); fDesc[0] = "JT65-HF-HB9HQX-Edition is an open source amateur radio application designed for the transmission and reception of JT65 protocol. It includes characteristics such as:
- Fast decoder
- Log database (SQLite)
- Dupe checking
- Optional: Acoustic alert
- Optional: Adjust time via internet timeserver (SNTP)
- Optional: CAT with OmniRig or HamLib
- Optional: Raw Decoder, Station Infos, Band Statistics"; 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 = ''; } }