var fDesc=new Array(); fDesc[0] = "Nomads Almanac - From any location in Australia, you can view satellite aiming data, Terestial TV and Radio bearing and distance. You can also add your own database such as Amateur Radio and CB repeaters.
Select your location by clicking on the map, choosing a town from the list, choosing a 'favourite' or entering your co-ordinates.
There is a database of over 65000 names to choose from."; 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 = ''; } }