var MENU_ITEMS = [
	['Home', 'index.html'],
	['Displays', null, null,
		['Kitchen', 'kitchen.html'],
		['Vintage Clothing', 'vintageclothing.html'],
		['Military', 'military.html'],
		['One Room School', 'school.html']
	],
	['Genealogy', 'genealogy.html'],
	['Books', 'books.html'],
	['About Us', 'aboutus.html'],
	['Visit Us', 'visitus.html'],
	['Contact Us', 'contactus.html'],
	['Links', 'links.html']
];
