/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.neve-ilan.co.il/index.html'	],
	['Notice Board', null,null,
		['See Hebrew']
	],
	['Moshav Shitufi', null, null,
		['Who We Are', 'http://www.neve-ilan.co.il/whoweare.htm'],
		['Opening Ceremony', 'http://www.neve-ilan.co.il/ceremony.htm']
	],
	['Memories', null, null,
		['Preface', 'http://www.neve-ilan.co.il/preface.htm'],
		['The Founders', 'http://www.neve-ilan.co.il/founders.htm'],
		['The Members', 'http://www.neve-ilan.co.il/members.htm'],
		['Our Children', 'http://www.neve-ilan.co.il/our_children.htm'],
		['Enterprises >>', null,null,
			['Businesses', 'http://www.neve-ilan.co.il/businesses.htm'],
			['Tourism', 'http://www.neve-ilan.co.il/tourism.htm'],
			['Agriculture', 'http://www.neve-ilan.co.il/agriculture.htm'],
		],
	],
	['Art Work /        Photos', null, null,
		['Art Work', 'http://www.neve-ilan.co.il/artwork.htm'],
		['Photo Album >>', null,null,
			['Daily Life', 'http://www.neve-ilan.co.il/dailylife.htm'],
			['Business', 'http://www.neve-ilan.co.il/album-businesses.htm'],
			['Holidays', 'http://www.neve-ilan.co.il/holiday.htm'],
						
		],
	],
	['More Information', null, null,
		['In Memory of >>', null, null,
			['Members', 'http://www.neve-ilan.co.il/memory.htm'],
			['Former Members', 'http://www.neve-ilan.co.il/former.htm'],
			['Parents', 'http://www.neve-ilan.co.il/parents.htm']
		],
		['Doctors/Nurses', 'http://www.neve-ilan.co.il/medical.htm'],
		],
	['Historic Neve Ilan', null, null,
		['Old Kibbutz', 'http://www.neve-ilan.co.il/historic.htm'],
		['Interview by Rakefet Nahum', 'http://www.neve-ilan.co.il/rakefet.htm']
	],
	['עברית', 'http://www.neve-ilan.co.il/hebrew/h_index.html']
];
