// menu_items.js file
// comments block here
//duits
var MENU_ITEMS2 =[
	["HOME", "/Duits/ "],
	
	["DIE UMGEBUNG", null ,null,
		["Algemein", "/Duits/omgeving/algemeen.php"
		 ],		
		["WWandern", "/Duits/omgeving/wandelen.php"
		 ],		
		["Stadte und Dorfer", "/Duits/omgeving/stedendorpen.php"
		],
		
		["Cultur", null,null,
			["Freiluft Museum", "/Duits/cultuur/openluchtmuseum.php"],
			["Galerie", "/Duits/cultuur/galerie.php"]
		]
	],
	["DAS HAUS", null,null,
		["Geschichte", "/Duits/huis/geschiedenis.php"],
		["Das Zimmer", "/Duits/huis/dekamer.php"],
		["Extra","/Duits/huis/faciliteiten.php"]

	],
		["URLAUB HAUSE", "/Duits/vakantiehuis.php"],
	["ANFAHRT?", null ,null,
		["Zug", "/Duits/route/trein.php"
		],
		["Auto", null ,null,
			["A2 Maastricht", "/Duits/route/maastricht.php"], 
			["A73 Venlo", "/Duits/route/venlo.php"], 
			["Roermond", "/Duits/route/roermond.php"]
		]
	],

		
	["RESERVIEREN", null ,null,
		["Durch internet", "/Duits/reserveren/internet.php"]	 
		
	],
	 	 ["ARRANGEMENTEN", "/Duits/reserveren/arrangements.php"],
["PREISE", "/Duits/reserveren/prijzen.php"],
	["BILDER", null ,null,
		["Der Garten", "/fotos/tuin/index.php"],
		["Die umgebung", "/fotos/omgeving/index.php"],
		["Das Blaue Zimmer", "/fotos/kamer/index.php"],
		["Das Rote Zimmer", "/fotos/kamer2/index.htm"],
		["HDas Haus", "/fotos/huis/index.php"]
	],
	
	["GASTEBUCH", "/guestbook/index.php"],
	
	["LINKS", "/Nederlands/LINKS/LINKS.php"],
	
["GOOGLE", "/Duits/contact.php"],	
];











