// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Cedar Valley River Renaissance", null,
		["Background", "background.htm"],
		["Vision Iowa", "visioniowa.htm"],
		["Design Team", "designteam.htm"]
	],
	["Riverwalk Loop", "riverwalk.htm",],
	["Cedar River Dam Improvement", "crdi.htm"],
	["Cedar River Plaza & Amphitheatre", "crpa.htm"],
	["Public Information", null,
		["Public Involvement", "public.htm"],
		["Public Meeting Minutes", "nov20.htm"]
	],
	["Questions & Comments", "questions.htm"],
	["Home", "index.html"]
];
