var myMenus = [
	new Menu('jap',0,96,220,[
		{text: "Jerusalem Archaeological Park", url:"javascript:toggleMenu(\"Jerusalem Archaeological Park\",\"jap\")",
		subMenu: {name:'Jerusalem Archaeological Park', xPos:220,yPos:96,width:160,linkArr:[
			{text: "Visiting information", url: "visiting_info.asp?id=6"},
			{text: "Supporters", url: "supporters.asp"},
			{text: "About us", url: "about.shtml"},
			{text: "Contact us", url: "contact.shtml"}
			]}},
		{text: "Davidson Center", url:"javascript:toggleMenu(\"Davidson Center\",\"jap\")",
		subMenu: {name:'Davidson Center', xPos:220,yPos:120,width:160,linkArr:[
			{text: "Visiting information", url: "visiting_info.asp?id=5"},
			{text: "Architecture", url: "architecture.shtml"},
			{text: "Exhibitions", url: "exhibitions.shtml"},
			{text: "Center Map", url: "davidson_map.shtml"},
			{text: "About us", url: "about_davidson.shtml"},
			{text: "Contact us", url: "contact_davidson.shtml"}
			]}}
			
	]),
	new Menu('research',420,96,180,[
		{text: "Interactive Map", url: "InteractiveMap.shtml"},
		{text: "Video Film", url: "film.shtml"},
		{text: "Tale of Excavations", url:"javascript:toggleMenu(\"Tale of Excavations\",\"research\")",
		subMenu: {name:'Tale of Excavations', xPos:600,yPos:144,width:150,linkArr:[
			{text: "The City of David", url: "excavations1.shtml"},
			{text: "The Ophel Area", url: "excavations2.shtml"},
			{text: "Treasure Hunt", url: "excavations3.shtml"}
			]}}
		
	]),
	new Menu('park',693,96,86,[
		{text: "Park Map", url:"javascript:toggleMenu(\"Park Map\",\"park\")",
		subMenu: {name:'Park Map', xPos:423,yPos:96,width:270,linkArr:[
			{text: "Tours", url: "tours_index.shtml"},
			{text: "1. The Temple Mount walls", url: "tours.asp?tour=1"},
			{text: "2. The City of David", url: "tours.asp?tour=2"},
			{text: "3. The East Slope of Mount Zion", url: "tours.asp?tour=3"},
			{text: "4. The Kidron Valley", url: "tours.asp?tour=4"},
			{text: "5. The West Slope of the Mount of Olives", url: "tours.asp?tour=5"},
			{text: "6. The Valley of Hinnom", url: "tours.asp?tour=6"}
			]}},
		{text: "City Walls", url: "citywars.shtml"}
		
	]),
	new Menu('virtual',145,96,205,[
		{text: "360 Degrees Panoramas", url: "panorama.shtml"},		
		{text: "Building a Virtual Model", url: "virtual.shtml"}
		
	]),
	new Menu('bibli',561,74,170,[
		{text: "First Temple Period", url: "bibliography.asp?period_id=3"},
		{text: "Second Temple Period", url: "bibliography.asp?period_id=1"},		
		{text: "Early Islamic Period", url: "bibliography.asp?period_id=2"}
		//{text: "Crusader Period", url: "bibliography.asp?period_id=4"}
		
	]),
	new Menu('hist',561,96,170,[
		{text: "First Temple Period", url: "historical.asp?period_id=3"},
		{text: "Second Temple Period", url: "historical.asp?period_id=1"},		
		{text: "Early Islamic Period", url: "historical.asp?period_id=2"}
		//{text: "Crusader Period", url: "historical.asp?period_id=4"}
		
		
	]),
	new Menu('water',302,96,158,[
		{text: "Interactive Map", url: "waterMap.shtml"},		
		{text: "New Studies", url:"javascript:toggleMenu(\"New Studies\",\"water\")",
		subMenu: {name:'New Studies', xPos:460,yPos:120,width:220,linkArr:[
			{text: "Reconsidering the Karstic Theory", url: "waterStudies1.shtml"},
			{text: "Light at the End of the Tunel", url: "waterStudies2.shtml"},
			{text: "New Study", url: "waterStudies3.shtml"}
			]}}
			
			
		
	]),
	new Menu('biog',420,74,180,[
		{text: "Excavators of Jerusalem", url: "biographies1.asp"},		
		{text: "Historical Personalities", url: "biographies2.asp"}
		
	]),
	new Menu('notes',302,74,170,[
		{text: "First Temple Period", url: "articles.asp?period_id=3"},
		{text: "Second Temple Period", url: "articles.asp?period_id=1"},		
		{text: "Early Islamic Period", url: "articles.asp?period_id=2"}
		//{text: "Crusader Period", url: "articles.asp?period_id=4"}
		
	]),
	
	//new Menu('virtual',180,96,180,[],"virtual_index.shtml"),
	new Menu('time',250,96,180,[],"index.asp")
	//new Menu('biog',432,96,180,[],"biographies.asp"),
	//new Menu('bibli',350,96,180,[],"bibliography.asp"),
	//new Menu('hist',490,96,180,[],"historical.asp"),
	//new Menu('notes',490,96,180,[],"articles.shtml")
]

for (var i=0  ; i < myMenus.length ; i++) {
	myMenus[i].init()
}
