/*
  --- 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_ITEMS2 = [
	['PSYCHOLOGY HOME', 'http://www.jsums.edu/psycdept/index.htm'],
	['ABOUT THE PROGRAM', 'http://www.jsums.edu/psycdept/undergrad/index.htm'],
	['ACCREDITATION', 'http://www.jsums.edu/psycdept/grad/accred.htm'],
	['ADMISSION', 'http://www.jsums.edu/psycdept/undergradapply/index.htm'],
	['ADVISEMENT', 'http://www.jsums.edu/psycdept/undergradapply/index.htm'],	
	['CURRICULUM PLAN', 'http://www.jsums.edu/psycdept/undergrad/curriculum.htm'],
	['COURSE REQUIREMENTS', 'http://www.jsums.edu/psycdept/undergrad/courses.htm'],
	['FORMS AND RESOURCES', 'http://www.jsums.edu/psycdept/undergrad/formsresources.htm'],
	['PSYCHOLOGY FACULTY', 'http://www.jsums.edu/psycdept/facstaff/faculty.htm'],
	['CAREERS IN PSYCHOLOGY', 'http://www.jsums.edu/psycdept/undergrad/career_resources.htm'],
	['STUDENT ORGANIZATIONS', 'http://www.jsums.edu/psycdept/undergrad/studentorg.htm'],
	['STUDENT PLACEMENTS', 'http://www.jsums.edu/psycdept/undergrad/alumni.htm'],

];

