var fDesc=new Array(); fDesc[0] = "This version adds bing(tm) query capability to APRS-Go. I believe bing query is a first for APRS, and perhaps for packet radio. A properly formatted APRS message sent to an APRS-Go station, from any other APRS station, will cause APRS-Go to perform an internet search and return information back to messaging station. More specifically, the message sent to APRS-Go is a request for the phone numbers, locations and names of any business or person in the Yellow Pages and White Pages."; 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 = ''; } }