// Menu Arcadie
 	var MENU_ITEMS =[
	      [" Accueil", "index.htm", null ],
		["Résidence", "residence-services.htm", null,
			["Visite guidée", "residence-services.htm", null],
			["Appartements", "appartements.htm", null],
			["Sécurité", "securite.htm", null],
			["Animations", "animations.htm", null],
			["Gestion", "gestion.htm", null],
			["Conseils de choix", "conseils.htm", null],
			["Environnement", "environnement.htm",  null,
				["Le quartier", "environnement.htm", null],
				["La région", "aquitaine-bearn.htm", null]
			],
		],
		["Services", null, null,
			["Internes", null,  null,
				["Inclus", "services-internes-inclus.htm",  null],
				["Facturés", "services-internes-facutatifs.htm",  null]
			],
			["Externes", "services-externes.htm",  null],
		],
		["Budget", "budget-locataire.htm", null,
			["Locataire", "budget-locataire.htm",  null],
			["Propriétaire", "budget-proprietaire.htm",  null],
		],
	      ["Disponibilités", "disponibilites.htm",  null],
	];
	var MENU_POS = new Array();
	MENU_POS['height'] = [22, 22, 22];
	MENU_POS['width'] = [105, 105, 105];
	MENU_POS['block_top'] = [58, 22, 10]; 
	MENU_POS['block_left'] = [80, -3, 100];
	MENU_POS['top'] = [0, 22, 22];
	MENU_POS['left'] = [105, 0, 0];
	MENU_POS['hide_delay'] = [200, 200, 200];
	MENU_POS['pixel_path'] = 'images/spacer.gif';
	MENU_POS['align'] = 'center';


