var fDesc=new Array(); fDesc[0] = "EchoLink Chat is a program to use for easy chat interface for Echolink. The program provide you with ease of use interface and several feature.

The main features of the program are:
Change text properties include font style, font size, font color and background color. You can change your text and receive text to difference color.
Date and Time stamp in all message you send and received, but you can omit it in the option.
Display the connected station information. This feature is useful when you are connected to conference room that have to many station connected.
Save message to disk and so on."; 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 = ''; } }