var fDesc=new Array(); fDesc[0] = "Code Weaver is a fun and educational program that outputs text files as Morse code. It is supplied with a library of assorted sounds including Morse code at 20 to 100 wpm. The package includes other novelty code sounds such as simulated transmissions from antique spark transmitters and telegraph key sounds. The program is not limited to Morse code, you can add any custom sounds that your PC soundboard is capable of playing. Full instructions for adding your own code sounds are provided in the comprehensive help topics."; 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 = ''; } }