var fDesc=new Array(); fDesc[0] = "AGWMonitor is a program that allows you to monitor the on air traffic. The windows scroll automatically but can be stopped to examine, better, the contents.

Even though this program doesn't transmit, it helps to enter your call sign. If you do, any packets with your call sign can be displayed in a different color (default is green)! That includes packets from any of your stations with a different SSID, any digipeated packets, etc."; 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 = ''; } }