/* --- menu items --- */
// DON'T FORGET!!! For changes - change each menu item twice - once for home (1) and once for the rest (2 or 3)
//- yes the code's not as tight as it could be, but we don't change this page much - was a conscious decision.

var MENU_ITEMS1 = [
	['Home', '/index.html',	
	],

	['Springwells Park', '',
		['The Association', '/About_SP/SPA_About_Association.htm'],
		['SPA Officers', '/About_SP/SPA_Officers.htm'],
		['Articles/By-Laws', '/About_SP/SPA_Bluebook_Bylaws.htm'],
		['Restrictions', '/About_SP/SPA_Bluebook_restrictions.htm'],
		['SP History', '/About_SP/SPA_Bluebook_History.htm'],
		['SP 1940s Brochure', '/About_SP/Early_Days_Brochure.htm'],
		['FAQs', '/About_SP/SPA_FAQ.htm'],
	],

	['Clubs', '',
		['Book Club', '/Clubs/Book_Club_files/Book_Club.htm'],
		['Play Group', '/Clubs/Play_Group.htm'],
		['Happy Hour', '/Clubs/Happy_Hour_files/Happy_Hour.htm'],
		['Neighbor Nite', '/Clubs/Neighbor_Nite.htm'],
		['Running Club', '/Clubs/Running Club/Running_Club.htm'],
	],

	['Events', '',
//		['Calendar: September', '/SPA_Calendar_Now.htm'],
		['Events Summary', '/Events/SPA_event_schedule.htm'],
		['Camp Out', '/Events/Campout/Campout.htm'],
		['Easter Egg Hunt', '/Events/Easter_Egg_Hunt/easter_egg_hunt.htm'],
		['Garage Sale', '/Events/Garage_Sale/Garage_Sale.htm'],
		['Flower Sale', '/Events/Flower_Sale/Flower_Sale.htm'],
		['Garden Tour', '/Events/Garden_Tour_Page/Garden_Tour.html'],
		['Holiday Lights', '/Events/Holiday_Lights/HolidayLights.htm'],
		['Halloween Party', '/Events/Halloween_Party/Halloween_Party.htm'],
		['Picnic', '/Events/Picnic/Picnic.htm'],
		['Santas Trolley', '/Events/Santa_Trolley/santa_trolley.htm'],
//		['Progressive Dinner', '/Events/Progressive_Dinner/UnderConstruction.htm'],
//		['Scavenger Hunt', '/Events/Scavenger_Hunt/Scavenger_start.htm'],
	],

	['SPA email Alerts', '/Mail_list.html',	
	],

	['Homes for Sale', '/Real_Estate/SPA_Real_Estate.htm',
	],


	['SP Residents', '',	
		['Join SPA', '/SPA_Members/SPA_Join.htm'],
		['Improvements Application', '/SPA_Members/Improvement_Application.doc'], 
		['Classified', '/SPA_Members/SPA_Classifieds.htm'],
		['General Meeting Minutes', '',
			['Minutes September', '/SPA_Members/SPA_Minutes_Sept.htm'],
			['Minutes November', '/SPA_Members/SPA_Minutes_Nov.htm'],
			['Minutes February', '/SPA_Members/SPA_Minutes_Feb.htm'],
			['Minutes May', '/SPA_Members/SPA_Minutes_May.htm'],
		],
	],

	['We Are SP', '',
		['New Neighbors', '/We_Are_SP/New_Neighbors.htm'],
		['Longtime Neighbors', '/We_Are_SP/Longtime.htm'],
		['Know Your Neighbors', '/We_Are_SP/UnderConstruction.htm'],
	],

	['View Newsletters', '/Newsletter/Newsletter.htm',
	],

	['Contact Us', '/Contact_Us.html',	
	],

	]

var MENU_ITEMS2 = [
	['Home', '/index.html',
	],

	['Springwells Park', '',
		['The Association', '/About_SP/SPA_About_Association.htm'],
		['SPA Officers', '/About_SP/SPA_Officers.htm'],
		['Articles/By-Laws', '/About_SP/SPA_Bluebook_Bylaws.htm'],
		['Restrictions', '/About_SP/SPA_Bluebook_restrictions.htm'],
		['SP History', '/About_SP/SPA_Bluebook_History.htm'],
		['SP 1940s  Brochure', '/About_SP/Early_Days_Brochure.htm'],
		['FAQs', '/About_SP/SPA_FAQ.htm'],
	],

	['Clubs', '',
		['Book Club', '/Clubs/Book_Club_files/Book_Club.htm'],
		['Play Group', '/Clubs/Play_Group.htm'],
		['Happy Hour', '/Clubs/Happy_Hour_files/Happy_Hour.htm'],
		['Neighbor Nite', '/Clubs/Neighbor_Nite.htm'],
		['Running Club', '/Clubs/Running Club/Running_Club.htm'],
	],

	['Events', '',
//		['Calendar: September', '/SPA_Calendar_Now.htm'],
		['Events Summary', '/Events/SPA_event_schedule.htm'],
		['Camp Out', '/Events/Campout/Campout.htm'],
		['Easter Egg Hunt', '/Events/Easter_Egg_Hunt/easter_egg_hunt.htm'],
		['Garage Sale', '/Events/Garage_Sale/Garage_Sale.htm'],
		['Flower Sale', '/Events/Flower_Sale/Flower_Sale.htm'],
		['Garden Tour', '/Events/Garden_Tour_Page/Garden_Tour.html'],
		['Holiday Lights', '/Events/Holiday_Lights/HolidayLights.htm'],
		['Halloween Party', '/Events/Halloween_Party/Halloween_Party.htm'],
		['Picnic', '/Events/Picnic/Picnic.htm'],
		['Santas Trolley', '/Events/Santa_Trolley/santa_trolley.htm'],
//		['Progressive Dinner', '/Events/Progressive_Dinner/UnderConstruction.htm'],
//		['Scavenger Hunt', '/Events/Scavenger_Hunt/Scavenger_start.htm'],
	],

	['SPA email Alerts', '/Mail_list.html',	
	],

	
	]

var MENU_ITEMS3 = [
	['Homes for Sale', '/Real_Estate/SPA_Real_Estate.htm',
	],


	['SP Residents', '',	
		['Join SPA', '/SPA_Members/SPA_Join.htm'],
		['Improvements Application', '/SPA_Members/Improvement_Application.doc'], 
		['Classified', '/SPA_Members/SPA_Classifieds.htm'],
		['General Meeting Minutes', '',
			['Minutes September', '/SPA_Members/SPA_Minutes_Sept.htm'],
			['Minutes November', '/SPA_Members/SPA_Minutes_Nov.htm'],
			['Minutes February', '/SPA_Members/SPA_Minutes_Feb.htm'],
			['Minutes May', '/SPA_Members/SPA_Minutes_May.htm'],
		],
	],

	['We Are SP', '',
		['New Neighbors', '/We_Are_SP/New_Neighbors.htm'],
		['Longtime Neighbors', '/We_Are_SP/Longtime.htm'],
		['Know Your Neighbors', '/We_Are_SP/UnderConstruction.htm'],
	],

	['View Newsletters', '/Newsletter/Newsletter.htm',
	],



	['Contact Us', '/Contact_Us.html',	
	],
	
	]