
var MENU_ITEMS1 = [
	[wrap_child('../imgs/titles_arrival.jpg'),'../doc/israel.html', null],
	[wrap_child('../imgs/titles_jerusalem.jpg'),'../doc/jerusalem.html', null],
	[wrap_child('../imgs/titles_betheleham.jpg'),'../doc/betheleham.html', null],
	[wrap_child('../imgs/titles_eilat.jpg'),'../doc/eilat.html', null],
	[wrap_child('../imgs/titles_tel.jpg'),'../doc/tel.html', null],
	[wrap_child('../imgs/titles_jaffa.jpg'),'../doc/jaffa.html', null],
	[wrap_child('../imgs/titles_airport.jpg'),'../doc/airport.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>';}
}
