BLANK_IMAGE = '/images/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:"#000000",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#6699CC",		// background color for the items
		bgOVER:"#4178B0"	// 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:"relative", itemoff:[0,119], leveloff:[23,0], style:STYLE, size:[23,120]},
	{code:"Vos Vacances",url:"fr_accommodation.htm",
		sub:[
			{itemoff:[23,0]},
			{code:" Les Maisons",url:"fr_houses.htm"

			},
			{code:"L'équipe",url:"fr_team.htm"

			},
			{code:"Manger",url:"fr_food.htm"

			}]
	},
	{code:"Equitation",url:"fr_equestrian.htm",
		sub:[
			{itemoff:[23,0]},
			{code:"Les Cheveaux",url:"fr_horses.htm"

			},
			{code:"Leçons",url:"fr_lessons.htm"

			},
			{code:"Jump Cross",url:"fr_jumpcross.htm"
			},
			{code:"Cross Crountry",url:"fr_x_country.htm"

			},
			{code:"La Chasse",url:"fr_hunting.htm"
			},

			{code:"La Chasse Drag",url:"fr_drag_hunting.htm"
			},
			{code:"La Chasse á Courre",url:"fr_stag_hunting.htm"
			},
		]
	},
	{code:"Autres Loisirs", 
		sub:[
			{itemoff:[23,0]},
			{code:"Golf",url:"fr_golf.htm"

			},
			{code:"Surfing",url:"fr_surfing.htm"

			},
			{code:"Loisirs",url:"fr_other_sports.htm"

			}
		]
	},
	{code:"Prix",url:"fr_prices.htm"},
	{code:"Contactez Nous", 
		sub:[
			{itemoff:[23,0]},
			{code:"Emplacement",url:"fr_location.htm"

			},
			{code:"Forme d'enquête",url:"fr_enquiry.htm"

			},
						{code:"Rèservation",url:"fr_booking.htm"

			},
			{code:"Contactez Nous",url:"fr_contact.htm"

			}
		]
	},
];
