var MENU_ITEMS = [
	['Home'	, 'index.html'],
	['Products', , null,
		['Boomerang 3.5" GPS', 'boomerang-features.html'],
	],


	['Contact', , null,
		['Sales Enquiry', 'salesenquiryform.html'],
		['Technical Support', 'techsupportform.html'],
	],


	['Register', 'register.html',],
	['Updates',  'updates.html',],

	['Special Offers', 'specials.html',],


	['Where to buy', 'oznavwheretobuy.php'],
];