/*
  --- menu items --- 
Define all the menu items and the links.
*/
var MENU_ITEMS = [
	['Home', 'home.html', null,		
	],
	['Interactive Web', 'http://www.pearsontutorservices.com/interactive_web.html', null,
	],
	['Tutors', 'http://www.pearsontutorservices.com/tutors.html', null,
	],		
	['Student Info', 'http://www.pearsontutorservices.com/student_information.html', null,
	],	
	['Hours', 'http://www.pearsontutorservices.com/hours.html', null,
	],	
	['Instructor Info', 'http://www.pearsontutorservices.com/instructor_information.html', null,
	],		
	['Registration', 'http://www.pearsontutorservices.com/registration.html', null,
	]

];

