/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['News', null, null,
		['Newsletter', 'newsletter.htm'],
		['MG Spotlight', 'spotlight.htm'],
		['Calendar', 'calendar/'],
		['Annual Report', 'annualreport.htm']
	],
	['The MG Program', null, null,
		['Introduction', 'intro.htm'],
		['Educational Programs', 'education.htm'],
		['Becoming a MG', 'become.htm'],
		['Program Brochure', 'brochure.htm'],
		['Coordinator Endowment', 'endowment.htm']
	],
	['MG College', null, null,
		['About', 'mgcollege_about.htm'],
		['2009 Registration', 'mgcollege_registration.htm'],
		['Room and Board', 'mgcollege_hotels.htm'],
		['FAQ', 'mgcollege_faq.htm']
	],
	['Local Offices', 'offices.htm'],
	['Resources', null, null,
		['Photo Gallery', 'gallery.htm'],
		['Tutorials', 'tutorial.htm'],
		['FAQ', 'faq.htm']
	],
	['Links', null, null,
		['Local Units', 'linksvamg.htm'],
		['VA Hort Links', 'linkshort.htm'],
		['Coop. Ext. Links', 'linksext.htm'],
		['U.S. MG Programs', 'linksusmg.htm']
	],
	['MG Coordinator Conference', 'coordinatorconference.htm']
];
