var fDesc=new Array(); fDesc[0] = "Morse News periodically reads one or more RSS/Atom (news), Facebook, and/or Twitter feeds and translates the received messages into precisely timed International (radio) or American (railroad) Morse code. The Morse code can be played as CW radio tones, old-fashioned spark-gap sounds, telegraph sounder click/clack sounds, or to a physical telegraph sounder connected to a serial port. Split speeds are supported for Farnsworth effects. American code generation includes timing nuances that make it sound natural. The CW and spark-gap sounds can optionally be enhanced with realistic noise, static crashes, and ionospheric-style fading."; 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 = ''; } }