/* --- menu items --- */
var MENU_ITEMS = [
	['Welcome', 'index.html',
	],
	['Cardigan', 'cardigan.html',
	],
	['Family', null,
		['Our Family', 'family.html'],
		['Extended Family', 'customer.html'],
		['Fun Photos', 'fun.html'],
	],
	['Puppies', 'puppies.html',
	],
	['Contact', null,
		['E-mail Shannon', 'mailto: shan@dogwoodcovecorgis.com'],
		['E-mail Brian', 'mailto: brian@dogwoodcovecorgis.com'],
		['Phone: 270-322-9162', null],
	],
];

