// menu_items.js filevar MENU_ITEMS =[	["Home", "http://www.noonscreek.org/index.htm"],	["Our Society", "null",		["About Us", "http://www.noonscreek.org/about_us.htm"],		["Our Constitution", "http://www.noonscreek.org/constitution.htm"],		["Membership", "http://www.noonscreek.org/membership.htm"],		["Volunteers", "http://www.noonscreek.org/volunteers.htm"],		["Sponsors", "http://www.noonscreek.org/sponsors.htm"]	],	["News", "null",		["The Creek Crier", "http://www.noonscreek.org/creek_crier.pdf"],										["Whats New?", "http://www.noonscreek.org/whats_new.htm"],		["Archives", "http://www.noonscreek.org/archives.htm"]	],	["Hatchery", "null",		["Operation", "http://www.noonscreek.org/operation.htm"],		["Statistics", "http://www.noonscreek.org/statistics.htm"]	],	["Programs", "null",		["Fish Habitat Restoration", "http://www.noonscreek.org/restoration.htm"],		["School Programs", "http://www.noonscreek.org/school_programs.htm"],		["Streamkeepers ", "http://www.noonscreek.org/streamkeepers.htm"],		["Fingerling Festival", "http://www.noonscreek.org/fingerling_festival.htm"],		["Watershed Tours", "http://www.noonscreek.org/watershed_tours.htm"]	],	["Water Quality Lab", "Null",		["Operation", "http://www.noonscreek.org/lab_operation.htm"],		["Research", "http://www.noonscreek.org/research.htm"],		["Statistics", "http://www.noonscreek.org/lab_statistics.htm"]	],	["Our Library", "http://www.noonscreek.org/library.htm"],	["Links", "http://www.noonscreek.org/links.htm"],	["Site Map", "http://www.noonscreek.org/site_map.htm"]];
