// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["<span class='purple'>Main</span>", "index.html"],
	["<span class='blue'>Organisational Profile</span>", "profile.html"],
	["<span class='purple'>Projects</span>", "",
		["Current Projects", "currentprojects.html"],
		["Past Projects", "pastprojects.html"]
	],
	["<span class='blue'>The Khuphuka Model</span>", "model.html"],
	["<span class='purple'>Courses & Services</span>", "courses.html"],
	["<span class='blue'>Accreditation</span>", "accreditation.html"],
	["<span class='purple'>Key Personnel</span>", "staff.html"],
	["<span class='blue'>Contact Us</span>", "contact.html"]
	];
