// 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 = [
	['Home','http://www.wheelsasia.com/index.php'],
	['Enquiry','http://www.wheelsasia.com/enquiry_page.htm'],
	['Contact','http://www.wheelsasia.com/contactus.htm'],
	['Map', 'http://www.wheelsasia.com/hm/sitemap.htm']
];
