/* 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', '../mgcollege.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']
];

