// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['About us','Detail.htm#AboutUs', {'tw' : '_self'}],
	['Mission','Detail.htm#mission', {'tw' : '_self'}],
	['Vision','Detail.htm#vision', {'tw' : '_self'}],
	['Objectives','Detail.htm#objectives', {'tw' : '_self'}],
	['Affirmative Action','Detail.htm#aap', {'tw' : '_self'}],
	['Accreditation','Detail.htm#accred', {'tw' : '_self'}],
	['Products','Detail_Products.htm#products', {'tw' : '_self'},],
	['Catalogue','Detail_Catalogue.htm#cat', {'tw' : '_self'},],
	['Contact Us','Detail_Contact.htm#Contact', {'tw' : '_self'}],		
	['Where to find us','Detail_map.htm#map', {'tw' : '_self'}]	
];