 /*
  --- menu items --- 
*/
var MAIN_MENU_ITEMS = [
	['Home','http://www.the-edge-center.org/index.html'],
	['About Us >', null, null,
		['History', 'http://www.the-edge-center.org/history.html'],
		['Contact Us', 'http://www.the-edge-center.org/contact.html'],
		['Directions &amp; Map', 'http://www.the-edge-center.org/location.html'],
		['Board &amp; Committees', 'http://www.the-edge-center.org/board.html'],
		['Edge Signage', 'http://www.the-edge-center.org/news/EdgeSignage.html'],
		['Endowment', 'http://www.the-edge-center.org/endowment.html'],
		['Strategic Plan', 'http://www.the-edge-center.org/strategicplanning.html'],
		['Yearly Utilization', 'http://www.the-edge-center.org/use.html'],
		['Annual Report 2007', 'http://www.the-edge-center.org/AnnualReport2007.pdf'],
	],
	['Online Donations', 'https://www.trailblz.info/edgewildernesscctr/Donations.aspx'],
	['Theatre >',  null, null,
		['2012 Season', 'http://www.the-edge-center.org/theatre-season.html'],
		['EdgeWild Players', 'http://www.the-edge-center.org/EdgeWild.html'],
		['Past Events', 'http://www.the-edge-center.org/theatre-previous.html'],
		['Volunteers', 'http://www.the-edge-center.org/theatre-volunteers.html'],
		['Technical Info', 'http://www.the-edge-center.org/theatre-technical.html'],
	],
	['Gallery >', null, null,
		['Current Show', 'http://www.the-edge-center.org/exhibits/PermanentCollection.html'],
		['2012 Season', 'http://www.the-edge-center.org/gallery-season.html'],
		['Juried Show 2011', 'http://www.the-edge-center.org/exhibits/2011JuriedWinners.html'],
		['Student Show', 'http://www.the-edge-center.org/exhibits/2011studentartpage1.html'],
		['2011 Coons student art',
'http://www.the-edge-center.org/exhibits/CoonsStudentArt.html'],
		['Previous Exhibits', 'http://www.the-edge-center.org/gallery-previous.html'],
		['Technical Info', 'http://www.the-edge-center.org/gallery-technical.html'],
		['Volunteers', 'http://www.the-edge-center.org/gallery-volunteers.html'],
		['Friends of the Gallery', 'http://www.the-edge-center.org/gallery-friends.html'],
		['Opportunities to Exhibit', 'http://www.the-edge-center.org/gallery-opportunities.html'],
	],
	['News Releases', 'http://www.the-edge-center.org/news.html'],
	['Our Blog', 'http://edgecenterarts.blogspot.com/'],
	['Links', 'http://www.the-edge-center.org/links.html'],
];
