
// menu_items.js file
// comments block here
//Engels
var MENU_ITEMS2 =[
	["HOME", "/Engels/ "],
	
	["SURROUNDINGS", null ,null,
		["General", "/Engels/omgeving/algemeen.php"
		 ],		
		["Hiking", "/Engels/omgeving/wandelen.php"
		 ],		
		["Cities and villages", "/Engels/omgeving/stedendorpen.php"
		],
		
		["Culture", null,null,
			["Open air museum", "/Engels/cultuur/openluchtmuseum.php"],
			["Galery", "/Engels/cultuur/galerie.php"]
		]
	],
	["THE HOUSE", null,null,
		["History", "/Engels/huis/geschiedenis.php"],
		["The room", "/Engels/huis/dekamer.php"],
		["Extra","/Engels/huis/faciliteiten.php"]

	],
		["HOLIDAY HOUSE", "/Engels/vakantiehuis.php"],
	["DIRECTIONS", null ,null,
		["By train", "/Engels/route/trein.php"
		],
		["By car", null ,null,
			["A2 Maastricht", "/Engels/route/maastricht.php"], 
			["A73 Venlo", "/Engels/route/venlo.php"], 
			["Roermond", "/Engels/route/roermond.php"]
		]
	],

		
	["RESERVATION", null ,null,

		["Internet", "/Engels/reserveren/internet.php"]		
	],
	 	 ["ARRANGMENTS", "/Engels/reserveren/arrangements.php"],
["PRICE", "/Engels/reserveren/prijzen.php"],
	["PICTURES", null ,null,
		["The Garden", "/fotos/tuin/index.php"],
		["Surroundings", "/fotos/omgeving/index.php"],
		["The Blue Room", "/fotos/kamer/index.php"],
			["The Red Room", "/fotos/kamer2/index.htm"],
		["The House", "/fotos/huis/index.php"]
	],
	
	["GUESTBOOK", "/guestbook/index.php"],
	
	["LINKS", "/Nederlands/LINKS/LINKS.php"],
	
["LOCATION", "/Engels/contact.php"],	
];






















