var fDesc=new Array(); fDesc[0] = "EchoChat is a program that allows you to use the text chat function of EchoLink but provides you with a much larger, easier to view chat screen.

It can be used with EchoLink in either the Single Operator or Sysop modes. Type your text into the bottom line, and click the SEND button (or press the ENTER key) and your text message is sent to other connected stations via EchoLink."; 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 = ''; } }