/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wi('menu-home.jpg'), 'index.html', {'sw':230}]
];

var MENU_ITEMS2 = [
	[wi('menu-history.jpg'), 'history.html', {'sw':230}]
];

var MENU_ITEMS3 = [
	[wi('menu-departments.jpg'), null, {'sw':230},
		['Board of Trustees', 'boardoftrustees.html'],
		['Codes', 'codes.html'],
		['Committees', 'committees.html'],
		['DPW', 'dpw.html'],
		['Fire', 'fire.html'],
		['Parks & Recreation', 'parksrec.html'],
		['Police', 'police.html'],
		['Village Court', 'villagecourt.html'],
		['Village Office', 'villageoffice.html']
	]
];

var MENU_ITEMS4 = [
	[wi('menu-government.jpg'), null, {'sw':230},
		['Board Minutes', 'minutes.html'],
		['Forms', 'forms.html'],
		['Planning Board', 'planningboard.html']
	]
];

var MENU_ITEMS5 = [
	[wi('menu-news.jpg'), 'news.html', {'sw':230}]
];

var MENU_ITEMS6 = [
	[wi('menu-calendar.jpg'), 'calendar.html', {'sw':230}]
];

var MENU_ITEMS7 = [
	[wi('menu-community.jpg'), null, {'sw':230},
		['Business Directory', 'directory.html'],
		['Churches', 'churches.html'],
		['Organizations', 'organizations.html'],
		['Schools', 'schools.html']
	]
];

var MENU_ITEMS8 = [
	[wi('menu-contact.jpg'), 'contact.html', {'sw':230}]
];

function wi (s_img) {
	return '<img src="menu_files/' + s_img + '" border="0">';
}
