var fDesc=new Array(); fDesc[0] = "Send cryptic messages to your friends! Learn the historically significant art of telegraphic transmissions! Decode the secret message at the beginning of Rush's song, YYZ! Do all of this and more with MorseCoder.
MorseCoder is a free, open source, desktop application designed to translate messages from Latin characters to the dahs and dits of Morse Code and back again. Plus, by turning the audio on, you can even hear what your Morse Code message might sound like over the wire! Using MorseCoder you can learn the code for up to 54 different characters, including the complete Latin alphabet, the numbers 0 - 9, and 9 additional non-alphanumeric characters. Decode morse code, learn morse code, send morse code, read morse code, write morse code."; 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 = ''; } }