/*
  --- 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_ITEMS1 = [
	['PSYCHOLOGY HOME', 'http://www.jsums.edu/psycdept/index.htm'],
	['OUR HISTORY', 'http://www.jsums.edu/psycdept/history.htm'],
	['UNDERGRADUATE PROGRAM', 'http://www.jsums.edu/psycdept/undergrad/index.htm'],		
	['GRADUATE PROGRAM', 'http://www.jsums.edu/psycdept/grad/index.htm'],
	['COMMUNITY RESEARCH', 'http://www.jsums.edu/research/chp.htm'],
	['PSYCHOLOGICAL SERVICES', 'http://www.jsums.edu/psycdept/clinic/index.htm'],
	['DEPARTMENT FACULTY', 'http://www.jsums.edu/psycdept/facstaff/faculty.htm'],
	['DEPARTMENT STAFF', 'http://www.jsums.edu/psycdept/facstaff/staff.htm'],
	['STUDENT RESOURCES', 'http://www.jsums.edu/psycdept/resources.htm'],
	['PSYCHOLOGY LINKS', 'http://www.jsums.edu/psycdept/links.htm'],
	['LIBERAL ARTS', 'http://cola.jsums.edu/'],
	['JSU MAINPAGE', 'http://www.jsums.edu/'],

];

