// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["HOME", "index.html"],

        ["ABOUT AGA", "aboutaga.html",
              ["GENERAL INFO", "aboutaga.html#info"],
	      ["NATIONAL LINKS", "aboutaga.html#links"]
   
         ],
       

      	["LEADERSHIP", "cec.html",
		["OFFICERS", "cec.html#officers"],
                ["DIRECTORS", "cec.html#directors"],
		["PAST PRESIDENTS", "pastpres.html"]
	],

 	
	["EDUCATION", "cpe.html",
		["GENERAL INFO","cpe.html"],
		["CONFERENCES","cpe.html#conf"],
		["AUDIO CONFERENCES","cpe.html#audioconf"]
	],

	["PUBLIC SERVICE", "pubservice.html",
		["GENERAL INFO","pubservice.html"],
		["SCHEDULE","pubservice.html#schedule"],
        ],

        ["MEETINGS", "meetings.html"],
        ["MEMBERSHIP", "membership.html"],
       	["HONOR ROLL", "honorroll.html"],
     	["PHOTO GALLERY", "photogallery.html"],
        ["LINKS", "links.html"],

        ["LIBRARY", "library.html",
		["CHAPTER DOCUMENTS","library.html#chapterdocs"],
	   	["PRIOR YEAR HISTORIES","library.html#pysummaries"],
                ["NEWSLETTERS","library.html#newsletters"]
	],
 
        ["CONTACT US", "cec.html",
	        ["OFFICERS", "cec.html#officers"],
                ["DIRECTORS", "cec.html#directors"]
        ],

        ["NOTICES", "notices.html",
        	["COPYRIGHT NOTICE","notices.html#copyright"],
		["DISCLAIMER NOTICE","notices.html#disclaimer"],
		["PRIVACY POLICY","notices.html#privacy"]
        ]

];




















