var fDesc=new Array(); fDesc[0] = "EchoStation is a repeater-control program for Windows which makes it easy to set up a complete, fully-functional repeater or "announcement machine" using a personal computer.

EchoStation is perfect for portable and emergency use, or for clubs wishing to use a PC instead of specialized hardware to control a repeater.

It also makes an excellent "store and forward" simplex repeater when connected to a single transceiver."; 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 = ''; } }