

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

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

	

var MENU_ITEMS0 = [
	[wrap_root('Portfolio slideshow'), '/gallery/10/', null]
];