/* --- menu items --- */
var MENU_ITEMS = [
	['Home', './index.html',],
	['Chocolate', './chocolate.html',
		['Bars', './chocolate.html#bars'],
		['Boxed', './chocolate.html#boxed'],
		['Gluten Free', './chocolate.html#gluten'],
		['Fruits', './chocolate.html#fruit'],
		['Liqueurs', './chocolate.html#liqueurs'],
		['Loose', './chocolate.html#loose'],
		['Sugar Free', './chocolate.html#sugar'],
	],
	['Confectionery', './confectionery.html',
		['Jelly Beans', './confectionery.html#jelly'],
		['Kids', './confectionery.html#kids'],
		['Liquorice', './confectionery.html#liquorice'],
		['Marzipan', './confectionery.html#marzipan'],
		['Mints', './confectionery.html#mints'],
		['Nougat', './confectionery.html#nougat'],
		['Turkish Delight', './confectionery.html#turkish'],
	],
	['Novelties', './novelties.html',
		['Baur', './novelties.html#baur'],
		['Belfine', './novelties.html#belfine'],
		['Just for Fun', './novelties.html#fun'],
		['Mallows', './novelties.html#mall'],
		['Coins', './novelties.html#coin'],
		['Lollies', './novelties.html#loll'],
	],
	['Seasonal', './seasonal.html',
		['Christmas', './seasonal.html#xmas'],
		['Valentines', './seasonal.html#valentines'],
		['Mothers Day', './seasonal.html#mothers'],
		['Fathers Day', './seasonal.html#fathers'],
		['Easter', './seasonal.html#easter'],
		['Halloween', './seasonal.html#halloween'],
	],
	['Packaging', './packaging.html',
		['Ballotins', './packaging.html#ballotins'],
		['Cello Bags', './packaging.html#cello'],
		['Gift Boxes', './packaging.html#boxes'],
		['Accessories', './packaging.html#trays'],
		['Own Label', './label.html#label'],
	],
	['Contact Us', './sales.html',
		['CS Team', './sales.html#customer'],
		['Sales Team', './sales.html#manager'],
		['Delivery', './sales.html#delivery'],
		['Location', './sales.html#location'],
	],
	['About Us', './about.html',
		['Careers', './about.html#job'],
		['Quality', './about.html#efsis'],
		['Exhibitions', './show.html#exhibit'],
	],
	['Useful Links', './links.html',
		['Where to buy', './links.html#buy'],
		['Brand info', './links.html#info'],
	],

];

