

function wrap_root(text) {
	return [
	'' + text + '',
	'' + text + '',
	'' + text + '',
	];
}

function wrap_child(text) {
	return [
	'' + text + '',
	'' + text + '',
	'' + text + '',
	];
}

	

var MENU_ITEMS0 = [
	[wrap_root('Landscapes'), '/gallery/1/', null,
		[wrap_child('Sunsets and Sunrises'), '/gallery/22/', null],
		[wrap_child('Mountain Ranges'), '/gallery/23/', null],
		[wrap_child('Waterfalls'), '/gallery/24/', null],
		[wrap_child('Lakes'), '/gallery/25/', null],
		[wrap_child('Canyons'), '/gallery/26/', null]
	],
	[wrap_root('Cityscapes'), '/gallery/2/', null],
	[wrap_root('Locations'), '/gallery/14/', null,
		[wrap_child('Grand Tetons'), '/gallery/27/', null],
		[wrap_child('Boulder'), '/gallery/13/', null],
		[wrap_child('Las Vegas'), '/gallery/12/', null],
		[wrap_child('Romania'), '/gallery/11/', null],
		[wrap_child('Denver'), '/gallery/10/', null],
		[wrap_child('Chicago'), '/gallery/9/', null],
		[wrap_child('New York'), '/gallery/8/', null],
		[wrap_child('Hawaii'), '/gallery/7/', null],
		[wrap_child('Utah'), '/gallery/6/', null],
		[wrap_child('Wyoming'), '/gallery/5/', null],
		[wrap_child('Colorado'), '/gallery/4/', null],
		[wrap_child('Yellowstone'), '/gallery/3/', null]
	],
	[wrap_root('Seasons'), '/gallery/15/', null,
		[wrap_child('Spring'), '/gallery/18/', null],
		[wrap_child('Summer'), '/gallery/19/', null],
		[wrap_child('Fall'), '/gallery/20/', null],
		[wrap_child('Winter'), '/gallery/21/', null]
	],
	[wrap_root('Night Photography'), '/gallery/16/', null],
	[wrap_root('360° Views'), '/gallery/17/', null]
];
