var MDMenu = null;

MDConstructMenu ();

function MDConstructMenu () {
var i;
	if (! MDMenu) {
		MDMenu = new Array;
		MDMenu.push(new MenuItem('photoslu', 'gallery/photoslu/index.html', 'Фото Лесі'));
		MDMenu.push(new MenuItem('', 'gallery/photos/index.html#LURod', 'Фото родичів'));
		MDMenu.push(new MenuItem('photos', 'gallery/photos/index.html#LUDruz', 'Фото друзів'));
		MDMenu.push(new MenuItem('works', 'gallery/works/index.html', 'Автографи та видання'));
		MDMenu.push(new MenuItem('sites', 'gallery/sites/index.html', 'Пам\'ятні місця'));
		}
} // MDConstructMenu
