// menu_items.js file
// comments block here

var MENU_ITEMS2 =[
	["HOME", "/ "],
	
	["DE OMGEVING", null ,null,
		["Algemeen", "/Nederlands/omgeving/algemeen.php"
		 ],		
		["Wandelen", "/Nederlands/omgeving/wandelen.php"
		 ],		
		["Steden en dorpen", "/Nederlands/omgeving/stedendorpen.php"
		],
		
		["Cultuur", null,null,
			["Openluchtmuseum", "/Nederlands/cultuur/openluchtmuseum.php"],
			["Galerie", "/Nederlands/cultuur/galerie.php"]
		]
	],
	["HET HUIS", null,null,
		["Geschiedenis", "/Nederlands/huis/geschiedenis.php"],
		["De kamer", "/Nederlands/huis/dekamers.php"],
		["Faciliteiten","/Nederlands/huis/faciliteiten.php"]

	],
	["HOE KOM JE ER?", null ,null,
		["Trein", "/Nederlands/route/trein.php"
		],
		["Auto", null ,null,
			["A2 Maastricht", "/Nederlands/route/maastricht.php"], 
			["A73 Venlo", "/Nederlands/route/venlo.php"], 
			["Roermond", "/Nederlands/route/roermond.php"]
		]
	],

		
	["RESERVEREN", null ,null,
		["Via internet", "/Nederlands/reserveren/internet.php"]
		],
["ARRANGEMENTEN", "/Nederlands/reserveren/arrangements.php"],

["PRIJZEN", "/Nederlands/reserveren/prijzen.php"],

["FOTO`S", null ,null,
		["De tuin", "/fotos/tuin/index.php"],
		["Omgeving", "/fotos/omgeving/index.php"],
		["Blauwe Kamer", "/fotos/kamer/index.php"],
				["Rode Kamer", "/fotos/kamer2/index.htm"],
		["Huis", "/fotos/huis/index.php"]
	],
	
["GASTENBOEK", "/guestbook/index.php",{'tw' : '_blank'}],
	
["LINKS", "/Nederlands/LINKS/LINKS.php"],
	
["GOOGLE LOCATIE", "/Nederlands/contact.php"],	

];











