// menu_items.js file

var MENU_ITEMS =[
	["About the project", "home.html",
		["What is it?", "what_is_it.html"],
		["Under Construction", "construction.html"],
		["How to walk it", "use_it.html"],
		["History", "history.html"],
	],

	["News", "timeline.html",
	],

	["Project Documents", null,
		["General/Planning", "general_docs.html"],
		["Design Documents", "design_docs.html"],
		["Evaluation Documents", "eval_docs.html"],
		["NPS Documents", "nps_docs.html"],
		["Cognition Research", "cog_docs.html"],
		],
	["Virtual Trail of Time", "webpage.html"
	],
	["Partners", "links.html",
	],
];
