/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Info magasinage', 'info-magasinage.html', null, 
		['Heures d&#39ouverture', 'heures-ouverture.html'],
		['Liste des magasins', 'liste-magasins.html'],
		['Plan du centre commercial', 'plan-pdr-menu.html'],
		['Visites virtuelles du centre', 'visites-virtuelles.html'],
		['Directions routières', 'directions-routieres.html'],
	],
	['Service à la clientèle', 'infos-generales.html', null, 
		['Carte-cadeau', 'carte-cadeau.html'],
		['Club des retraités', 'club-retraites.html'],
		['Accès personnes à mobilité réduite', 'acces-handicapes.html'],
		['Salles d&#39allaitement', 'salle-allaitement.html'],
		['Vestiaire', 'vestiaire.html'],
	],
	['Promotion', 'medias.html', null,
		['Calendrier promotionnel', 'calendrier.html'],
		['Publicités', 'publicites.html'],
		['Magazines PdR', 'archives-magazine.html'],
		['Place du Royaume sur Facebook', 'pdr-sur-facebook.html'],
		['Photos avec le Père Noël', 'noel2010-acces.html'],
	],
	
	['Contact', 'contact.html', null,
		['Nous joindre', 'equipe.html'],
		['Location spécialisée', 'location-espace.html'],
/*  	['Location d&#39espace publicitaire Web', 'location-pub-web.html'],*/
		['Offres d&#39emploi', 'offres-emploi.html'],
		['Demande d&#39info/ Commentaires', 'commentaires.html'],
	],
];


