/*
  --- 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_ITEMS3 = [
	['PSYCHOLOGY HOME', 'http://www.jsums.edu/psycdept/index.htm'],
	['ABOUT THE PROGRAM', 'http://www.jsums.edu/psycdept/grad/index.htm'],
	['PROGRAM APPLICATION', 'http://www.jsums.edu/psycdept/gradapply/index.htm'],
	['CURRICULUM PLAN', 'http://www.jsums.edu/psycdept/grad/curriculumplan.htm'],
	['ACADEMIC TRAINING', 'http://www.jsums.edu/psycdept/grad/academictrng.htm'],
	['CLINICAL TRAINING', 'http://www.jsums.edu/psycdept/grad/clinicaltrng.htm'],
	['RESEARCH TRAINING', 'http://www.jsums.edu/psycdept/grad/researchtrng.htm'],
	['PSYCHOLOGY FACULTY', 'http://www.jsums.edu/psycdept/facstaff/faculty.htm'],
	['PSYCHOLOGY STAFF', 'http://www.jsums.edu/psycdept/facstaff/staff.htm'],
	['GRADUATE STUDENTS', 'http://www.jsums.edu/psycdept/grad/gradstudents.htm'],
	['STUDENT OUTCOMES', 'http://www.jsums.edu/psycdept/docs/GRAD_APP/DISCLOSURE_2008.doc'],
	['STUDENT RESOURCES', 'http://www.jsums.edu/psycdept/resources.htm'],
	['LINKS', 'http://www.jsums.edu/psycdept/grad/links.htm'],
];

