// menu_items.js file

var MENU_ITEMS =[
	["Overview of Program", "Overview.html"],
	["Intensive English", "IE/Index.html",
		["Introduction", "IE/Introduction/Index.html",
			["Welcome", "IE/Introduction/Welcome.html"],
			["Program Details", "IE/Introduction/Details.html"],
			["Program Dates", "IE/Introduction/Dates.html"],
			["Faculty / Staff", "IE/Introduction/FacnStaff.html"],
			["Maps", "IE/Introduction/Maps.html"],
			["What Students Say", "IE/Introduction/WSS.html"],
			["Academic Study at OSU", "IE/Introduction/AS.html"],
			["Columbus", "IE/Introduction/Columbus.html"],
			["FAQ", "IE/Introduction/FAQ.html"]
		],
		["Curriculum", "IE/Curriculum/Index.html",
			["Courses", "IE/Curriculum/Courses.html"],
			["Sample Schedule", "IE/Curriculum/Schedule.html"],
			["Testing & Placement", "IE/Curriculum/Placement.html"]
		],
		["Student Life", "IE/StudentLife/Index.html",
			["Student Activities", "IE/StudentLife/SAct.html"],
			["Life on Campus", "IE/StudentLife/CampusLife.html"],
			["Student Handbook", "IE/StudentLife/Handbook.html"]
		],
		["Housing", "IE/Housing/Index.html",
			["On-campus Housing", "IE/Housing/OCHousing.html"],
			["Apartments", "IE/Housing/Apartments.html"]
		],
		["Application & Admission", "IE/Admission/Index.html",
			["How to Apply", "IE/Admission/Apply.html"],
			["Fees", "IE/Admission/Fees.html"],
			["Transfer", "IE/Admission/Transfer.html"]
		],
		["Arrival", "IE/Arrival/Index.html",
			["Arriving in Columbus", "IE/Arrival/Arriving.html"],
			["Temporary Housing", "IE/Arrival/TempHousing.html"],
			["New Arrival Schedule", "IE/Arrival/Schedule.html"]
		],
		["Current Students", "SR/Index.html",
			["Audio Resources", "SR/Audio.html"],
			["Other Resources", "SR/Resources.html"]
		]
	],
	["Non-Credit Courses", "NCC/Index.html",
		["Overview", "NCC/Overview.html"],
		["Course Offerings", "NCC/Courses.html"],
		["How to Enroll", "NCC/Enroll.html"],
		["Current Students", "NCC/CS.html"]
	],
	["Classes for OSU Students", "Classes.html"]
];
