(function (conf) {
	var loaderScriptId = 'miniChromeCoreLoaderScript', secure = /^https/.test(location.protocol) ? "s" : "", script;
	document.write('<script type="text/javascript" src="' +
		"http" + secure + "://" + secure + "navbar.disneyinternational.com/minichrome-core.js" +
		'" id="' + loaderScriptId + '"></script>');
	script = document.getElementById(loaderScriptId);
	script.onload = script.onreadystatechange = function () {
		if ("undefined" === typeof script.readyState || "complete" === script.readyState) {
			MiniChrome.set(conf, secure, script);
		}
	};
}({
	// The URL for the Disney logo
	disneyHomeUrl : "http://www.disney.fr/",
	// The menu items of the Mini Chrome are defined here. Each menu item is represented by an array in below list.
	// * First value of the array is the URL;
	// * second is the text for the link;
	// * third is a boolean which should be set to true if the menu item is to be emphasized (default is false, a normal menu item).
	menuItems : [
		["http://www.disney.fr/DisneyOnline/games/", "JEUX&nbsp;EN LIGNE"],
		["http://www.disney.fr/disney-channel/series.jsp", "VID&EacuteOS"],
		["http://www.printstation.disney.fr/index.html", "COLORIAGES ET ACTIVIT&Eacute;S"],
		["http://www.disney.fr/disney-jeux-concours/", "JEUX CONCOURS"],
		["http://www.disney.fr/redirect/?redirectURL=http://play.clubpenguin.com/fr/", "CLUB PENGUIN"],
		["http://home.disney.fr/films/", "FILMS"],
		["http://home.disney.fr/tv/", "TV"],
		["http://home.disney.fr/musique/", "MUSIQUE"],
		["http://home.disney.fr/jeux/", "JEUX VID&Eacute;O"],
		["http://www.disney.fr/redirect/?redirectURL=http://www.disneylandparis.fr/index.xhtml", "PARCS"],
		["http://home.disney.fr/personnages/", "STARS ET PERSONNAGES"],
		["http://www.disneystore.fr/?cmp=OTL-DOLFR&amp;att=shop", "SHOPPING"],
		[]// Don't touch this. It is a safeguard against the dreaded "last comma of death in IE"
	]
}));

