	
BLANK_IMAGE = "images/0-pix.gif";
	
var STYLENORMAL = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",	// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"cssmenu",		// CSS class for items
		OVER:"cssmenu"	// CSS class  for item which is under mouse
	}
};

var STYLEMIDDLE = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",		// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_middle",		// CSS class for items
		OVER:"menu_middle_over"	// CSS class  for item which is under mouse
	}
};


var STYLEMIDDLE1 = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",		// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_middle1",		// CSS class for items
		OVER:"menu_middle_over1"	// CSS class  for item which is under mouse
	}
};

var STYLEMIDDLE2 = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",		// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_middle2",		// CSS class for items
		OVER:"menu_middle_over2"	// CSS class  for item which is under mouse
	}
};

var STYLEMIDDLE3 = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",		// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_middle3",		// CSS class for items
		OVER:"menu_middle_over3"	// CSS class  for item which is under mouse
	}
};

var STYLESUB = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",		// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_sub",		// CSS class for items
		OVER:"menu_sub_over"	// CSS class  for item which is under mouse
	}
};

var STYLESUBLAST = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",		// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_sub_last",		// CSS class for items
		OVER:"menu_sub_last"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
		
        {"pos":"relative","itemoff":[27,0],"leveloff":[0,200],"delay":"500","style":STYLENORMAL,"size":[35,206]},

		{url:"accueil-19.html", code:'<div class="menu_top">Accueil</div>', "format":{"size":[27,206],"itemoff":[0,0]},

				sub:[
				]
		},

		{url:"le-jardin-des-glaciers-en-bref-24.html", code:'Le Jardin des glaciers en bref', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{url:"il-y-a-20-000-ans-25.html", code:'Il y a 20 000 ans...', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{code:'<span style=\'font-size:12px; font-weight: bold;\'>ZONE SPECTACLE</span>', "format":{"size":[27,206],"style":STYLEMIDDLE2,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"la-station-d-exploration-glaciaire-12.html", code:'La Station d\'exploration glaciaire', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"le-parcours-spectacle-multimedia-11.html", code:'Le parcours spectacle multimédia', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"les-zones-thematiques-a-circulation-libre-37.html", code:'Les zones thématiques', "format":{"size":[26,192],"itemoff":[40,0]} },

						{url:"services-38.html", code:'Services', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"accessibilite-40.html", code:'Accessibilité', "format":{"size":[26,192],"itemoff":[26,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{code:'<span style=\'font-size:12px;font-weight:bold;\'>ZONE NATURE</span>', "format":{"size":[27,206],"style":STYLEMIDDLE1,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"presentation-du-parc-d-aventure-maritime-14.html", code:'Le Parc d\'aventure maritime', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"zone-nature-scenarios-d-exploration-guides-29.html", code:' Zone Nature / Scénarios d\'exploration guidés', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"la-vallee-des-coquillages-225.html", code:'La Vallée des coquillages', "format":{"size":[26,192],"itemoff":[40,0]} },

						{url:"les-peuples-des-glaces-226.html", code:'Les peuples des glaces', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"empreinte-des-glaciers-227.html", code:'Empreinte des glaciers', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"randonnee-pedestre-circuits-d-exploration-libre-30.html", code:'Randonnée pédestre / Circuits d\'exploration libre', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"services-33.html", code:'Services', "format":{"size":[26,192],"itemoff":[40,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{code:'<span style=\'font-size:12px; font-weight: bold;\'>ZONE ADRÉNALINE</span>', "format":{"size":[27,206],"style":STYLEMIDDLE3,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"presentation-de-la-zone-adrenaline-31.html", code:'Présentation de la Zone adrénaline', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"aventure-1-journee-dans-la-zone-adrenaline-221.html", code:'Aventure 1 journée dans la Zone adrénaline', "format":{"size":[40,192],"itemoff":[40,0]} },

						{url:"aventure-d-une-demi-journee-au-lac-glaciaire-222.html", code:'Aventure d\'une demi-journée au lac glaciaire', "format":{"size":[40,192],"itemoff":[40,0]} },

						{url:"aventure-d-une-demi-journee-a-baie-du-garde-feu-223.html", code:'Aventure d\'une demi-journée à Baie du Garde-Feu', "format":{"size":[40,192],"itemoff":[40,0]} },

						{url:"aventure-d-une-demi-journee-zone-adrenaline-enfant-224.html", code:'Aventure d\'une demi-journée, Zone adrénaline enfant', "format":{"size":[40,192],"itemoff":[40,0]} },

						{url:"conditions-de-participation-169.html", code:'Conditions de participation', "format":{"size":[26,192],"itemoff":[40,0]} },

						{url:"camping-sauvage-32.html", code:' Camping Sauvage', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"accessibilite-34.html", code:'Accessibilité', "format":{"size":[26,192],"itemoff":[26,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{code:'Le Cyber-carrefour', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"presentation-du-cyber-carrefour-42.html", code:'Présentation', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"la-cyber-encyclopedie-43.html", code:'La cyber-encyclopédie', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"la-salle-multimedia-de-recherche-et-d-experience-44.html", code:'La salle multimédia de recherche et d\'expérience', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"operation-bleu-intense-143.html", code:'Opération Bleu Intense', "format":{"size":[26,192],"itemoff":[40,0]} },

						{url:"le-reseau-international-46.html", code:'Le Réseau International', "format":{"size":[26,192],"itemoff":[26,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{code:'Horaire, tarifs, forfaits multi-activités', "format":{"size":[40,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"tarification-a-la-carte-141.html", code:'Tarification à la carte ', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"experiences-multi-activites-de-1-a-3-jours-187.html", code:'Expériences Multi-activités de 1 à 3 jours', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"horaire-des-activites-167.html", code:'Horaire des activités', "format":{"size":[26,192],"itemoff":[40,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{url:"location-de-salle-171.html", code:'Location salle', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[40,0]},

				sub:[
				]
		},

		{code:'Renseignements pratiques', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"comment-se-rendre-au-jardin-des-glaciers-27.html", code:'Comment se rendre au Jardin des glaciers', "format":{"size":[40,192],"itemoff":[26,0]} },

						{url:"quoi-emporter-220.html", code:'Quoi emporter', "format":{"size":[26,192],"itemoff":[40,0]} },

						{url:"au-calendrier-26.html", code:'Au calendrier', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"dons-et-commandites-184.html", code:'Dons et commandites', "format":{"size":[26,192],"itemoff":[26,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{url:"emplois-186.html", code:'Emplois -2012-', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{url:"ecoles-55.html", code:'Écoles', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{code:'Quoi faire dans la région ?', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"la-manicouagan-207.html", code:'La Manicouagan', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"hebergement-208.html", code:'Hébergement', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"attraits-touristiques-209.html", code:'Attraits touristiques', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"restauration-210.html", code:'Restauration', "format":{"size":[26,192],"itemoff":[26,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{url:"mission-et-valeurs-48.html", code:'Mission et valeurs ', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{url:"developpement-durable-206.html", code:'Développement durable', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{url:"les-nouvelles-50.html", code:'Les nouvelles', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{code:'Nos partenaires', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
						{"size":[26,192], "itemoff":[25,0], "leveloff":[0,8], "style":STYLESUB,image:null},

						{url:"nos-partenaires-211.html", code:'Nos partenaires', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"passeport-aventure-212.html", code:' Passeport Aventure', "format":{"size":[26,192],"itemoff":[26,0]} },

						{url:"passeport-culturel-213.html", code:'Passeport Culturel', "format":{"size":[26,192],"itemoff":[26,0]} },

						{code:"","format":{"size":[8,192],"itemoff":[26,0],"style":STYLESUBLAST} }

				]
		},

		{url:"vos-photos-vos-temoignages-de-visite-41.html", code:'Vos témoignages de visite', "format":{"size":[27,206],"style":STYLEMIDDLE,"itemoff":[27,0]},

				sub:[
				]
		},

		{url:"pour-reserver-nous-joindre-2.html", code:'<div class="menu_bottom">Pour réserver  / Nous joindre</div>', "format":{"style":STYLENORMAL,"size":[43,206],"itemoff":[25,0]},

				sub:[
				]
		}
];
