/*
  --- 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,
		['Our Mission', 'About.asp'],
		['Donations', 'Donations.asp'],		
		['About Membership', 'Members.asp'],
		['Financial Information', 'Financials.htm'],		
		['Board of Trustees', 'Trustees.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'],
	],
	['Media', 'Books.asp', null,
		['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,
	],

];


