/*
  --- 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.asp', null,
	],
	['About Us', 'About.asp', null,
		['Financial Information', 'Financials.asp'],		
		['Donations', 'Donations.asp'],		
		['Our Mission', 'About.asp'],
		['Board of Trustees', 'Trustees.asp'],
		['About Membership', 'AboutMembership.asp'],
		/*['Institute Personnel', 'InstitutePersonnel.asp'],*/
	],
	['Fellows', 'CurrentFellowsMap.asp', null,
		/*['Current Fellows', 'CurrentFellows.asp'],*/
		['Current Fellows Map', 'CurrentFellowsMap.asp'],
		['Former Fellows Map', 'FormerFellowsMap.asp'],
		['Former Fellows Search', 'FormerFellowSearch.asp'],
		['Former Fellows List', 'FormerFellowsList.asp'],
		['Other Publications', 'AUFS.asp'],
	],
	['News', 'InstituteNews.asp', null,
		['Institute News', 'InstituteNews.asp'],
		['Books', 'Books.asp'],
		['Video Links', 'YTindex.htm'],
	],
	['Fellowships', 'FellowshipProgram.htm', null,
		['Fellowship Program', 'FellowshipProgram.htm'],
		['Financial Support', 'FellowshipProgram.htm#Support'],
		['Fellowship Opportunities', 'FellowshipProgram.htm#Fellowships'],
		['Application/Deadlines', 'FellowshipProgram.htm#Deadlines'],
	],
	['Archives', 'Reports.asp', null,
		['Archives Search', 'Reports.asp'],
		['Archives Map', 'ArticlesMap.asp'],
	],
	/*['Employment', 'Employment.asp', null,
	],*/
	['Contact', 'Contact.asp', null,
	],
	['Members', 'Members.asp', null,
	],

];

