/* Tigra Menu PRO items structure */
var MENU1_ITEMS = [
	[ri(1), ['http://www.MapleLeafCommunity.org/', '_top']]
];
var MENU2_ITEMS = [
	[ri(2), ['http://www.MapleLeafCommunity.org/cc_page.html', '_top'], null,
		['Membership', ['http://www.MapleLeafCommunity.org/pp/start.html', '_top']],
		['Newsletters', 'http://www.MapleLeafCommunity.org/cc_page.html#newsletter'],
		['Meeting Announcements', ['http://www.MapleLeafCommunity.org/act-iss_page.html', '_top']],
		['Executive Board', ['http://www.MapleLeafCommunity.org/cc_page.html#eb', '_top']],
		['Maple Leaf Committees', ['http://www.MapleLeafCommunity.org/cc_perm-committee_pg.html', '_top']],
		['Regional Committees', ['http://www.MapleLeafCommunity.org/cc_region_comm.html', '_top']],
		['Executive Board Agendas', 'http://www.MapleLeafCommunity.org/cc_page.html#min'],
		['Financial Report', ['http://www.MapleLeafCommunity.org/mlcc_fin_rpt.html', '_top']],
		['Contact', ['http://www.MapleLeafCommunity.org/contact.html', '_top']],
		['Volunteer', ['http://www.MapleLeafCommunity.org/volunteer.html', '_top']]
	]
];
var MENU3_ITEMS = [
	[ri(3), ['http://www.MapleLeafCommunity.org/S-S_page.html', '_top'], null,
		['Food &amp; Drink', 'http://www.MapleLeafCommunity.org/S-S_page.html#fnd'],
		['Retailers', 'http://www.MapleLeafCommunity.org/S-S_page.html#retail'],
		['Services', 'http://www.MapleLeafCommunity.org/S-S_page.html#service'],
		['Schools', 'http://www.MapleLeafCommunity.org/S-S_page.html#school'],
		['Churches', 'http://www.MapleLeafCommunity.org/S-S_page.html#church'],
		['Business Profiles', ['http://www.MapleLeafCommunity.org/mlcc_businesses.html', '_top']]
	]
];
var MENU4_ITEMS = [
	[ri(4), ['http://www.MapleLeafCommunity.org/act-iss_page.html', '_top'], null,
		['Membership', ['http://www.MapleLeafCommunity.org/pp/start.html', '_top']],
		['Events & Announcements', 'http://www.MapleLeafCommunity.org/act-iss_page.html#announce'],
		['Calendar', ['http://www.MapleLeafCommunity.org/act-iss_clndr_pg.html', '_top']],
		['Newsletter', ['http://www.MapleLeafCommunity.org/cc_page.html#newsletter', '_top']],
		['Community Garden', ['http://www.MapleLeafCommunity.org/garden_103.html', '_top']],
		['Land Use & Transportation', ['http://www.MapleLeafCommunity.org/lutc.html', '_top']],
		['Save Waldo', ['http://www.MapleLeafCommunity.org/savewaldo.html', '_top']],
		['Neighborhood Plan', ['http://www.MapleLeafCommunity.org/cc_ML-plan_pg.html', '_top']],
		['Upper Maple Leaf Park', ['http://www.MapleLeafCommunity.org/cc_ULMP_pg.html', '_top']],
		['Public Safety', ['http://www.MapleLeafCommunity.org/public_safety.html', '_top']],
		['Being Green in Maple Leaf', ['http://www.MapleLeafCommunity.org/mlcc_green.html', '_top']],
		['Maple Leaf Summer Social', ['http://www.MapleLeafCommunity.org/cc_smr-social_pg.html', '_top']],
		['Useful Links', ['http://www.MapleLeafCommunity.org/mlcc_links.html', '_top']],
		['Old Causes & Projects', ['http://www.MapleLeafCommunity.org/issues_archive.html', '_top']],
		['Volunteer', ['http://www.MapleLeafCommunity.org/volunteer.html', '_top']]
	]
];
var MENU5_ITEMS = [
	[ri(5), ['http://www.MapleLeafCommunity.org/w-w-w_page.html', '_top'], null,
		['Membership', ['http://www.MapleLeafCommunity.org/pp/start.html', '_top']],
		['Neighborhood Map', ['http://www.MapleLeafCommunity.org/w-w-w_map01_pg.html', '_top']],
		['Maple Leaf History', 'http://www.MapleLeafCommunity.org/w-w-w_page.html#history'],
		['Maple Leaf Links', ['http://www.MapleLeafCommunity.org/mlcc_links.html', '_top']],
		['Volunteer', ['http://www.MapleLeafCommunity.org/volunteer.html', '_top']]
	]
];

function ri(n_index) {
	return '<img src="http://www.mapleleafcommunity.org/images/photostrip' + n_index + (window.n_currentSection && n_currentSection != n_index ? '-fade' : '') + '.jpg">';
}