this_page = "main.cfm";

function SetupMenus () {
	Menu.setClasses ("menuBox", "menuItem", "menuItemSelected");
	Menu.setSpeeds (20, 35);
	Menu.setCloseTimer (20);

	///////////////////////////////////////////////////////////
	clcMenu = new Menu (0, 0, "Collection");
	clcMenu.addOption ("Introduction", "intro.html");
	clcMenu.addOption ("Highlights of the Collection", "highlights.html");
	clcMenu.addOption ("Current Exhibits", "exhibits.html");
	clcMenu.addOption ("Memorial Reading Room", "readingRoom.html");
	clcMenu.addOption ("Articles & Educational Resources", "exhibitsOnline.html");
	clcMenu.addOption ("Current Gifts &amp; Donations", "donations.html");
	clcMenu.addOption ("American Sporting Artist Series", "sportingArtist.html");
	
	abtMenu = new Menu (0, 0, "AboutUs");
	abtMenu.addOption ("Welcome", "aboutWelcome.html");
	abtMenu.addOption ("About the Museum", "aboutMuseum.html");
	abtMenu.addOption ("About Morven Park", "aboutMorvenPark.html");
	
	hrMenu = new Menu (0, 0, "Huntsmen");
	hrMenu.addOption ("Honored Huntsmen", "huntsmensRoom.html");
	hrMenu.addOption ("Huntsmen's Room Report", "huntsmenReport.html");
	
	window.setInterval ("Menu.update ();", 20);
}
