BLANK_IMAGE = 'http://www.lancyhand.ch/themes/clearly/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:"#2E9445",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#2E9445",		// background color for the items
		bgOVER:"#FFFFFF"	// 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:[180,135], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,120]},
	{code:"Actualités", url:"http://www.lancyhand.ch/index.php?file=News",
		sub:[
			{itemoff:[21,0]},
			{code:"Générales", url:"http://www.lancyhand.ch/index.php?file=News"},
			{code:"Seniors I",url:"http://www.lancyhand.ch/index.php?file=News&op=categorie&cat_id=2"},
			{code:"Seniors II",url:"http://www.lancyhand.ch/index.php?file=News&op=categorie&cat_id=3"},
			{code:"Juniors", ur:"http://www.lancyhand.ch/index.php?file=News&op=categorie&cat_id=4"},
			{code:"Archives", url:"http://www.lancyhand.ch/index.php?file=Archives"},
		]
	},
	{code:"Le Club", url:"http://www.lancyhand.ch/index.php?file=Page&name=historique",
		sub:[
			{itemoff:[21,0]},
			{code:"Historique", url:"http://www.lancyhand.ch/index.php?file=Page&name=historique"},
			{code:"Le Comité", url:"http://www.lancyhand.ch/index.php?file=Page&name=comite"},
			{code:"Entrainements",
				sub:[
					{leveloff:[0,119]},
					{code:"Seniors", url:"http://www.lancyhand.ch/index.php?file=Page&name=entrainements_seniors"},
					{code:"Juniors", url:"http://www.lancyhand.ch/index.php?file=Page&name=entrainements_juniors"}
				]
			},
			{code:"Les Sponsors", url:"http://www.lancyhand.ch/index.php?file=X-tra_partner&op=see_all_sponsor"}
		]
	},
	{code:"Equipes", url:"http://www.lancyhand.ch/index.php?file=Team",
		sub:[
			{itemoff:[21,0]},
			{code:"Seniors I",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://www.lancyhand.ch/index.php?file=Wars&tid=1"},
					{code:"Classement", url:"http://www.lancyhand.ch/index.php?file=Page&name=classement_seniors1"}
				]
			},
			{code:"Seniors II",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://www.lancyhand.ch/index.php?file=Wars&tid=2"},
					{code:"Classement", url:"http://www.lancyhand.ch/index.php?file=Page&name=classement_seniors2"}
				]
			},
			{code:"M-19",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://www.lancyhand.ch/index.php?file=Wars&tid=3"},
					{code:"Classement", url:"http://www.lancyhand.ch/index.php?file=Page&name=classement_m19"}
				]
			},
			{code:"M-17",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://www.lancyhand.ch/index.php?file=Wars&tid=4"},
					{code:"Classement", url:"http://www.lancyhand.ch/index.php?file=Page&name=classement_m17"}
				]
			},
			{code:"M-15",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://lancyhand.ch/index.php?file=Page&name=resultat_M15"},
					{code:"Classement", url:"http://www.lancyhand.ch/index.php?file=Page&name=classement_m15"}
				]
			},
			{code:"M-13",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://www.lancyhand.ch/index.php?file=Wars&tid=6"},
					{code:"Classement", url:"http://rom.handball.ch/DesktopDefault.aspx?tabindex=1&tabid=4508&langid=2"}
				]
			},
			{code:"M-11",
				sub:[
					{leveloff:[0,119]},
					{code:"Résultats", url:"http://www.lancyhand.ch/index.php?file=Wars&tid=5"},
					{code:"Classement", url:"http://rom.handball.ch/DesktopDefault.aspx?tabindex=3&tabid=4510&langid=2"}
				]
			},
			
		]
	},
	{code:"Forum", url:"http://www.lancyhand.ch/index.php?file=Forum"},
	{code:"Liens", url:"http://www.lancyhand.ch/index.php?file=Links"},
	{code:"Download", url:"http://www.lancyhand.ch/index.php?file=Download"},
	{code:"Contact", url:"http://www.lancyhand.ch/index.php?file=Contact",
		sub:[
			{itemoff:[21,0]},
			{code:"Mailing Liste", url:"http://www.lancyhand.ch/index.php?file=Page&name=mailing_liste"},
		]
	},
];
