/* menu items structure */

var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Us', null, null,
		['Society', 'society.html'],
		['Officers', 'officers.html'],
		['Contact Us', 'contactus.html']
	],
	['Activities', null, null,
		['Historic Cabin', 'sos.html'],
		['River Cleanup', null, null,		
			['October 2008', 'october08.html'],
			['January 2009', 'january09.html']
		],
		['E-Fest', 'efest.html'],
		['Block Party', 'blockparty.html'],
		['Super Saturday', 'supersat.html']
	],
	['Meetings', 'meetings.html'],
	['The River', null, null,
		['History', 'history.html'],
		['Changes', 'changes.html']
	],
	['Albums', null, null,
		['The River', 'theriver.html'],
		['Places', null, null,
			['Marineland', 'marineland.html'],
			['Linger Lodge', 'lodge.html'],
			['Jiggs Landing', 'jiggs.html']
		],
		['Critters', 'critters.html']
	],
	['Links', 'riverlink.html']
];
