/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Association Information', null, null,
		['What is an Association?', 'association.htm'],
		['How to Join', 'join.htm'],
		['Contact Information', 'contact_info.htm'],
		['Block Captains', 'block_captains.htm'],
		['Bylaws', 'bylaws.htm'],
		['Meeting Minutes', 'minutes.htm']
	],
	['The West Window', 'newsletter.htm'],
	['Neighborhood Map', 'map.htm'],
	['Pet Registry', 'pet_reg.htm'],
	['Contest Awards', 'contest.htm'],
	['Links', 'links.htm']
];
