BLANK_IMAGE = './img/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"white",		// background color for the items
		bgOVER:"#88938D"	// 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 STYLE_SHADOW = {
	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:"white",		// background color for the items
		bgOVER:"#88938D"	// 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:[462,158], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Accueil", url:"index.php"},
	{code:"La salle", url:"salle-int.html",
		sub:[
			{"size":[22,100], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE_SHADOW},
			{code:"L'intérieur", url:"salle-int.html"},
			{code:"L'extérieur", url:"salle-ext.html"},
			{code:"L'équipement", url:"salle-equipements.html"},
			{code:"Nos partenaires", url:"salle-partenaires.html"},
			]
	},
	{code:"Photographies", url:"photos-int.html",
		sub:[
			{"size":[22,100], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE_SHADOW},
			{code:"Intérieur", url:"photos-int.html"},
			{code:"Extérieur", url:"photos-ext.html"},
			{code:"Plats", url:"photos-plats.html"},
			]
	},
	{code:"Plan d'accès", url:"plan.html"},
	{code:"Contact", url:"index.php?page=infoslegales/contacteznous",
		sub:[
			{"size":[22,100], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE_SHADOW},
			{code:"liens", url:"index.php?page=infoslegales/liens"},
			{code:"Contactez-nous", url:"index.php?page=infoslegales/contacteznous"},
//			{code:"Webmaster", url:"mailto:ludo@waw.com"}
			]
	}
];
