

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

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

	

var MENU_ITEMS0 = [
	[wrap_root('Wedding'), '/gallery/24/', null],
	[wrap_root('Landscapes'), '/gallery/23/', null]
];
