var fDesc=new Array(); fDesc[0] = "NAOMI, the North American Overlay Mapper, is a suite of 49 full screen overlay-maps, covering North America. Packed full of Features, NAOMI is an important new tool for all aspects of Amateur Radio in North America. More than just a static map, NAOMI combines the 25 different overlays with an instant navigation system that can load and annotate a map, adding push pins from its data-base of 1000's of pre-programmed locations. In addition, you have access to a large range of calculation and measurement tools, APRS display, plus easy loading of high-resolution satellite and weather maps."; 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 = ''; } }