/*
  --- 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 = [
	['Welcome', 'main.htm', {'tw' : 'mainframe'},
	],
	['Health Professions Advising', 'advising.htm', {'tw' : 'mainframe'},
	],
	['Guide for Premedical Students', 'guide.htm', {'tw' : 'mainframe'},
		['Part I: Preparing', 'guide.htm#preparing', {'tw' : 'mainframe'}],
		['Part II: Applying', 'guide.htm#applying', {'tw' : 'mainframe'}],
		['More...', 'guide/more.html', {'tw' : 'mainframe'}],
	],
	['More Health Professions', 'guide/more.html', {'tw' : 'mainframe'},
	],
	['Gaining Experience', 'gain.htm', {'tw' : 'mainframe'},
		['Introduction', 'gain.htm#intro', {'tw' : 'mainframe'}],
		['Workshops', 'gain.htm#blood', {'tw' : 'mainframe'}],
		['Gettysburg Hospital', 'gain.htm#hospital', {'tw' : 'mainframe'}],
		['Center for Career Dev.', 'gain.htm#ccd', {'tw' : 'mainframe'}],
		['Center for Public Service', 'gain.htm#cps', {'tw' : 'mainframe'}],
		['Summer Opportunities', 'gain.htm#summer', {'tw' : 'mainframe'}],
	],
	['Reading List', 'read.htm', {'tw' : 'mainframe'},
	],
	['Affiliated Programs', 'affiliated.htm', {'tw' : 'mainframe'},
	],
	['Student Showcase', 'showcase.htm', {'tw' : 'mainframe'},
		['Student Profiles', 'showcase.htm#student', {'tw' : 'mainframe'}],
		['Recent Alumni', 'showcase.htm#alumni', {'tw' : 'mainframe'}],
		['Health Professions Club', 'showcase.htm#club', {'tw' : 'mainframe'}],
	],
	['Important Links', 'links.htm', {'tw' : 'mainframe'},
	],
];

