var MENU_ITEMS = [
	['Home',  'accueil.html', {'tw':'_self', 'tt':'Home and menu', 'sb':'Test Status Bar Message'},	],
	['Visits',  null, null,
		['Manor history',  'histoire.html', {'tw':'_self', 'tt':'The manor history', 'sb':'Test Status Bar Message'},	],
		['Visit description',  'description.html', {'tw':'_self', 'tt':'visit description', 'sb':'Test Status Bar Message'},	],
		['Summer activities',  '../ete.html', {'tw':'_self', 'tt':'Activities organized during summers by the Plessis Josso', 'sb':'Test Status Bar Message'},	],
		['Visit hours and prices',  'tarifs.html', {'tw':'_self', 'tt':'Visit hours and prices', 'sb':'Test Status Bar Message'},	],
	],
	['Photos', null, null,
		['Photo gallery',  'galerie.html', {'tw':'_self', 'tt':'Photo gallery of the Plessis Josso', 'sb':'Test Status Bar Message'},	],
		['The Panorama',  'panorama.html', {'tw':'_self', 'tt':'Panorama in the inner courtyard of the Plessis Josso', 'sb':'Test Status Bar Message'},	],
		
	],
	['Hiring',  null, null,
		['Gîte',  'gite.html', {'tw':'_self', 'tt':'Gîte hiring', 'sb':'Test Status Bar Message'},	],
		['Hall for receptions',  'mariage.html', {'tw':'_self', 'tt':'Hall hiring for weddings', 'sb':'Test Status Bar Message'},	],
		['Place for shootings',  'cinema.html', {'tw':'_self', 'tt':'Manor hiring for shootings', 'sb':'Test Status Bar Message'},	],
	],
	['Access map', null, null,
		['Access map',  'acces.html', {'tw':'_self', 'tt':'Accessmap to the Plessis Josso', 'sb':'Test Status Bar Message'},	],
		['Partners links',  'liens.html', {'tw':'_self', 'tt':'Links to the partners websites', 'sb':'Test Status Bar Message'},	],
	],

];


