var fDesc=new Array(); fDesc[0] = "Military Overlay Editor (MOLE) is a set of COM components for developers to create custom applications that support Department of Defense (DoD) MIL-STD-2525B and the North Atlantic Treaty Organization (NATO) APP6a specifications.
MOLE allows you to easily create, display, and edit military symbology in your maps. It enhances the effectiveness of your command and control (C2) and mission applications by combining the spatial analysis capabilities of ArcGIS with common warfighting symbology."; 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 = ''; } }