/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['press', 'presspage.htm', null],
	['news', null, null,
		['HIC News', 'hicnews.htm', null],
		['events', 'events.htm', null],
		['recent news', 'news.htm', null]
	],
	['questions', null, null,
		['planning', 'planning.htm', null],
		['enforcement', 'planning.htm', null],
		['public inquiry', 'inquiry.htm', null],
		['faq', 'faq.htm', null]
	],
	['history', 'history.htm', null],
	['letters', 'letters.htm', null]
];
