// menu_items.js file

var MENU_ITEMS =[
	["&nbsp;&nbsp;&nbsp;Welcome", "http://www.edupacatlanta.org/"],
	["&nbsp;About Us", "http://www.edupacatlanta.org/about.shtml",],
	["&nbsp;&nbsp;&nbsp;Endorsement", "http://www.edupacatlanta.org/endorsement.shtml",],
   	["&nbsp;&nbsp;&nbsp;&nbsp;Candidates", "http://www.edupacatlanta.org/candidates.shtml",],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;News&nbsp;Room &nbsp;", "http://www.edupacatlanta.org/news-events.shtml"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APS Facts", "http://www.edupacatlanta.org/facts.shtml"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contribute", "http://www.edupacatlanta.org/contribute.shtml"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Us", "http://www.edupacatlanta.org/contact.shtml"]
];
