
var MENU_ITEMS1 = [
	[wrap_child('../imgs/titles_jordan.jpg'),'../doc/jordan.html', null],
	[wrap_child('../imgs/titles_petra.jpg'),'../doc/petra.html', null],
	[wrap_child('../imgs/titles_wadi.jpg'),'../doc/wadi.html', null],
	[wrap_child('../imgs/titles_jerash.jpg'),'../doc/jerash.html', null],
	[wrap_child('../imgs/titles_departure.jpg'),'../doc/amman3.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>';}
}
