
var MENU_ITEMS1 = [
	[wrap_child('../imgs/titles_arrival.jpg'),'../doc/arrival.html', null],
	[wrap_child('../imgs/titles_museum.jpg'),'../doc/museum.html', null],
	[wrap_child('../imgs/titles_pyramid.jpg'),'../doc/pyramid.html', null],
	[wrap_child('../imgs/titles_aswan.jpg'),'../doc/aswan.html', null],
	[wrap_child('../imgs/titles_abu.jpg'),'../doc/abu.html', null],
	[wrap_child('../imgs/titles_felucca.jpg'),'../doc/felucca.html', null],
	[wrap_child('../imgs/titles_kom.jpg'),'../doc/kom.html', null],
	[wrap_child('../imgs/titles_edfu.jpg'),'../doc/edfu.html', null],
	[wrap_child('../imgs/titles_luxor.jpg'),'../doc/luxor.html', null],
	[wrap_child('../imgs/titles_valley.jpg'),'../doc/valley.html', null],
	[wrap_child('../imgs/titles_karnak.jpg'),'../doc/karnak.html', null],
	[wrap_child('../imgs/titles_dahab.jpg'),'../doc/dahab.html', null],

];

function wrap_child (icon) {
	if (is_nav4) {
		return text;}
	else {
		return '<table cellpadding="0" cellspacing="0" border="0" width="95%"><tr><td align="right">&nbsp;' + (icon != null ? '<img src="../imgs/'  + icon + '" align="absmiddle">&nbsp;' : '') + '</td></tr></table>';}
}
