// menu_items.js file

var MENU_ITEMS =[
	["  UIC Home", "http://www.uic.edu"],
	["  UIC Student Centers", null,
		["Home", "http://www.uic.edu/depts/chcc/home.html"],
		["Student Center East", "http://www.uic.edu/depts/chcc/sce.html"],
		["Student Center West", "http://www.uic.edu/depts/chcc/scw.html"],
		["Scheduled Events", "http://sundial.ops.uic.edu/vems/"],
		["Meetings & Conferences", "http://www.vcsa.uic.edu/MainSite/departments/meetings_conferences/home/"],
		["Student Centers Board", "http://www.uic.edu/depts/chcc/cub.html"]
	],
	["   Student Center East", null,
		["Home", "http://www.uic.edu/depts/chcc/sce.html"],
		["Building Hours/Directory", "http://www.uic.edu/depts/chcc/sce_hours.html"],
		["Service Center East", "http://www.uic.edu/depts/chcc/sccc.htm"],
		["Campus Recreation", "http://www.vcsa.uic.edu/MainSite/departments/Student_Centers/sub_campus_recreation/home/"],
		["Dining Services", "http://www.vcsa.uic.edu/MainSite/departments/dining_services/home/"],
		["Activities and Events", "http://www.uic.edu/depts/chcc/CampusPrograms/index.htm"],
		["Student Organizations", "http://www.uic.edu/depts/chcc/programs/sor/index.html"],
		["UIC Bookstore", "http://www.uicbookstore.org/"],
		["UIC Radio", "http://www.uicradio.ws/"],
		["CampusLink @ UIC", "http://www.uic.edu/depts/chcc/campuslink.html"]
	],
	["   Student Center West", null,
		["Home", "http://www.uic.edu/depts/chcc/scw.html"],
		["Building Hours/Directory", "http://www.uic.edu/depts/chcc/scw_hours.html"],
		["Service Center West", "http://www.uic.edu/depts/chcc/sciu.htm"],
		["Dining Services", "http://www.vcsa.uic.edu/MainSite/departments/dining_services/home/"],
		["UIC Medical Bookstore", "http://bergware.net/cgi-bin/cgiwrap/bookshelf?/Z103600"],
		["Sport and Fitness Center", "http://screc.ops.uic.edu/rec/sports_fitness_center.htm"],
		["Craft Shop", "http://www.uic.edu/depts/chcc/CampusPrograms/craft.html"]
	],
	["   Staff Directory", "http://www.uic.edu/depts/chcc/union_operations1.html"],
	["Quick Links", null,
		["Phone Book", "http://www.uic.edu/searchUIC.html#individ"],
		["UIC Webmail", "https://webmail.uic.edu/src/login.php"],
		["Nessie", "https://nessie.uihr.uillinois.edu/cf/index.cfm"],
		["Reports", "http://www.uic.edu/depts/chcc/olreport1.html"],
		["Locker Registration Form", "http://www.uic.edu/depts/chcc/locker.html"]
	],
	["   Feedback", "http://www.uic.edu/depts/chcc/uicfeedbackform.html"]	
]
;
