BLANK_IMAGE = 'Images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFCCCC",		// background color for the items
		bgOVER:"#FF9999"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[4,122], itemoff:[0,120], leveloff:[21,0], style:STYLE, size:[22,130]},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accueil",url:"index.htm"
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Le lieu ",
		sub:[
			{itemoff:[23,0]},
			{code:"  Le jardin  ",url:"jardin.htm"
			},
			{code:"  Les chambres ",
				sub:[
					{leveloff:[0,99]},
					{code:"La chambre jaune",url:"chambre-jaune.htm"},
					{code:"La chambre bleue",url:"chambre-bleue.htm"},
					{code:"La chambre rouge",url:"chambre-rouge.htm"},
					{code:"La chambre blanche",url:"chambre-blanche.htm"}
				]
			},
			{code:"  Les lieux communs ",url:"commun.htm"
			},
		]
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activit&eacute;s ",url:"activites.htm"
	},
	{code:"Tarifs / R&eacute;servations ",url:"tarifs.htm"
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Acc&egrave;s ",url:"acces.htm"
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact ",url:"contact.htm"
	}
];
