/*-- menu items --*/
var MENU_ITEMS = [

	['Home', 'content.html'
	],

	['About DO', 'about/index2.html',
			['Message from President', 'about/pres_mesg.html'],
			['History and Information', 'about/info_hist.html'],
			['Past Presidents', 'about/past_presidents.html'],
			['In Memoriam', 'about/memoriam.html'],
			['Publications', 'about/publications.html'],
			['Keynote Song', 'about/keynote.html'],
	],

	['National', 'national/index.html',
			['Board of Directors', 'national/board_bios.html'],
			['National Officers', 'national/natl_officers.html'],
			['Advisory Council/PNOC', 'national/pnoc.html'],
			['Committees and Chairs', 'national/committees_chairs.html'],
			['DO Foundation Inc.', 'national/foundation.html'],
			['Province Presidents', 'national/province_presidents.html'],
			['Alumni-at-Large Area Chairs', 'national/Alum_Large_Chairs.html'],
			['Patrons/Patronesses', 'national/patrons.html'],
			['Honorary Members', 'national/honorary_members.html'],
			['Citations Recognition', 'national/citations.html'],
			['National Projects', 'national/natl_projects.html'],
			['National Affiliations', 'national/natl_affiliations.html'],
			['Scholarships,Grants,Awards', 'national/scholarships_grants_awards.html'],
	],

	['Alumni', 'alumni/index2.html',
			['Alumni Chapters', 'alumni/chapters.html'],
			['Forms', 'info/forms.html'],
			['Alumni Chapter Awards', 'national/awards.html#Alumni Chapter Awards'],
			['Alumni-At-Large Area Chairs', 'national/Alum_Large_Chairs.html'],
			['The Whistle', 'alumni/Whistle2008/Page1.htm'],
			['Start New Chapter/Club', 'alumni/start_chapter.html'],
			['Chapters and Clubs (by Province)', 'national/province_presidents.html'],
	],

	['Collegiate', 'collegiate/index.html',
			['Collegiate Chapters', 'collegiate/chapters.html'],
			['Forms', 'info/forms.html'],
			['Collegiate Chapter Awards', 'national/awards.html#Collegiate Chapter Awards'],
			['Summer Scholarships', 'collegiate/summer_scholarships.html'],
			['Senior Honor Pin Recipients', 'national/awards.html#Senior Honor Pin'],
			['Star of DO Recipients', 'national/awards.html#Star of DO'],
			['Start New Chapter', 'collegiate/start_chapter.html'],
			['Chapters and Clubs (by Province)', 'national/province_presidents.html'],
	],

	['News', 'news/index.html'		
	],


	['Information', 'info/index.html',
		['Event Calendar', 'info/event_calendar.html'],
		['Forms for Members', 'info/forms.html'],
		['Fraternity Shop', 'info/fraternity_shop.html'],
		['Websites', 'info/websites.html'],
		['Website Guidelines', 'info/website_guidelines.html'],
		['Music Quotations', 'info/music_quotations.html'],
		['Important Announcements', 'info/important_announce.html'],

	],

];


