/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.html'
		
	],
	['Discover Opportunities', 'discover.htm', null,
		['Recruit Talent', 'recruit.htm'],
		['Leverage Research Talent', 'research.htm'],
		['Transfer Technology', 'transfer_tech.htm'],
		['Diversify Workforce', 'diversify.htm'],
		['Continue Education', 'continue_ed.htm'],
		['Sponsor Events & the Arts', 'sponsor.htm'],
		['Advance Communities', 'communities.htm'],
		['Improve K-12 Achievement', 'k12.htm'],
	],
	['Read Partner Stories', 'partners.htm'
	],
	['Connect at U-M', 'connect.htm'
	],
];

