var MENU_ITEMS = [
	['Travels', null, {sb: 'Travels'},
		['Vacation to Fiji', 'album/fiji/index.html', null, null],
		['Bay of Fundy, NB/NS', 'album/fundy/index.html', null, null],
		['Drive Across the USA', 'drive_usa.html', null, null],
		['Honeymoon', 'cancun.html', null, null],
		['Amusement Parks', 'amusement.html', null, null],
		['New York State&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>', null, {sb: 'New York State'},
			['NYC - Manhattan', 'album/nyc/index.html', null, null],
			['Chimney Bluffs', 'chimney.html', null, null],
			['Waterfalls in Ithaca', 'album/ithaca/index.html', null, null],
			['Watkins Glen', 'album/watkins/index.html', null, null],
			['Celtic Festival', 'album/celtic/index.html', null, null]
			],
		['Texas', 'texas.html', null, null],
		],
	['Pictures', 'pictures.html', null,
		['General Pics', 'pictures.html', null, null],
		['Wedding Album', 'album/wedding_album.html', null, null],
		['Val\'s Graduation', 'album/grad/index.html', null, null],
		['The Hat', 'hat.html', null, null],
		['Couch Reupholstering', 'album/couch/index.html', null, null],
		['House We Bought&nbsp;&nbsp;&nbsp;&nbsp;>', null, {sb: 'The House we Bought'},
			['House Before', 'album/house-b4/index.html', null, null],
			['House After (Pt 1)', 'album/house-after/index.html', null, null]
			],
		['Eyer Park V-ball', 'album/sat-vball/index.html', null, null],
		['Garden', 'album/garden/index.html', null, null],
		],
	['Pets', 'cats.html', null,
		['Julian', 'cats.html', null, null],
		['Ziggy', 'cats.html', null, null],
		['Max', 'dogs/index.html', null, null],
		['Amy', 'dogs/index.html', null, null]
		],
	['Automobiles', 'cars.html', null, null],
];

