// menu_items.js file

var MENU_ITEMS =[
	["Home", "index.cfm"],
	["Collecting and Submitting Water Samples", "collecting_submitting.cfm"],
	["Water Quality", null,
		["South Dakota Water", "sd_water_use.cfm"],
		["Algae", "algae.cfm"],
		["Groundwater Protection", "groundwater.cfm"],
		["Fish", "fish.cfm"],
		["Flooding", "flooding.cfm"],
		["Household Water Quality", "household_qw.cfm",
			["Private Wells", "private_wells.cfm"],
			["Septic and Wastewater", "septic_waste.cfm"]
		],
		["Irrigation and Lawn Care", "irrigation_lawn.cfm"],
		["Livestock", "livestock_qw.cfm"],
		["BMPs", "http://agbiopubs.sdstate.edu/articles/FS944.pdf"],
		],
    	
	["Research", null,
		["USGS 104b", "USGS104b.cfm"],
		["USGS 104g", "USGS104g.cfm"],
		["Other Research", "other_research.cfm"],
		["Publications", "publications.cfm"]
	],
	["Newsletters", "newsletters.cfm"],
	["WRI Activities", null,
		["Lake Water Quality Workshop", "lake_qw.cfm"],
		["Water Festivals", "water_festivals.cfm"],
		["Sportfishing", "sportfishing.cfm"],
		
	],
	["Eastern SD Water Conference", "http://wri.sdstate.edu/esdwc"],
	["Links of Interest", "links.cfm"],
	["Staff", "staff.cfm"],
	["Contact Us", "contact_info.cfm"]
];
