var fDesc=new Array(); fDesc[0] = "CWCom is a morse code chat progam for Windows and NT operating systems. You can use it to transmit and receive morse code and text messages over a LAN or across the internet.

It can translate morse code to text and text to morse code or flashing light, so you don't have to know morse code to use it.

The program has a configurable morse libarary - you can define your own morse characters and the text associated with it. Up to 128 characters can be displayed for a single morse code symbol.

This program can be configured to receive input from a morse key, using the joystick port, serial port or keyboard."; 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 = ''; } }