

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

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

	

var MENU_ITEMS0 = [
	[wrap_root('Landscape'), '/gallery/4/', null],
	[wrap_root('Buildings &amp; architecture'), '/gallery/3/', null],
	[wrap_root('Underground caverns'), '/gallery/45/', null],
	[wrap_root('Parks &amp; gardens'), '/gallery/9/', null],
	[wrap_root('Night photography'), '/gallery/5/', null],
	[wrap_root('Macro &amp; close up'), '/gallery/2/', null],
	[wrap_root('Documentary'), '/gallery/40/', null],
	[wrap_root('Beyond the Peak'), '/gallery/8/', null,
		[wrap_child('North Devon, UK'), '/gallery/39/', null]
	]
];