 	var MENU_ITEMS =[
	      [" Home  ", "index.htm", null ],
		["The Estate", null, null,
			["Setting", "cadre.htm",  null],
			["Holiday Homes", "appartements.htm",  null],
			["The Castle", "chateau.htm",  null],

		],
		["Packages", null, null,
			["Activities", "activites.htm",  null],
			["Rates", "tarifs.htm",  null],
			["Reservations", "reservation.htm",  null],

		],
		["To Do", null, null,
			["Relaxation", "detente.htm",  null],
			["Fishing", "peche.htm#",  null],
			["Ball Trap", "balltrap.htm",  null],
		],

		["Basque Country", null, null,
			["Tasting", "adeguster.htm",  null],
			["Visiting", "avisiter.htm",  null],
		],
		
		["Pratical Info", null, null,
			["Getting here", "acces.htm",  null],
			["FAQs", "questions.htm",  null],
			["Contact", "contact.htm",  null],
		],

	];
	var MENU_POS = new Array();
	MENU_POS['height'] = [19, 20, 18];
	MENU_POS['width'] = [124, 127, 110];
	MENU_POS['block_top'] = [188, 22, 5]; 
	MENU_POS['block_left'] = [0, 0, 140];
	MENU_POS['top'] = [0, 18, 18];
	MENU_POS['left'] = [126, 0, 0];
	MENU_POS['hide_delay'] = [200, 200, 200];
	MENU_POS['pixel_path'] = 'images/spacer.gif';
	MENU_POS['align'] = 'center';
