BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#990000",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ff9999",		// background color for the items
		bgOVER:"#cc6666"	// 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:[451,169], itemoff:[0,105], leveloff:[26,0], style:STYLE, size:[26,105]},
	{code:"NEWS","url":"index.asp",
		sub:[
			{itemoff:[21,0]},
			{code:"Titelseite","url":"index.asp"},
			{code:"News-Archiv","url":"news_archiv.asp"}
		]
	},
	{code:"AUSSCHREIBUNG","url":"ausschreibung.asp",
		sub:[
			{itemoff:[21,0]},
			{code:"Details","url":"ausschreibung.asp"},
			{code:"Download","url":"download.asp"},
			{code:"Fragen","url":"fragen.asp"}
		]
	},
	{code:"TERMINE","url":"termine.asp",
		sub:[
			{itemoff:[21,0]},
			{code:"&Uuml;bersicht","url":"termine.asp"}
		]
	},
	{code:"ANMELDUNG","url":"anmeldung.asp",
		sub:[
			{itemoff:[21,0]},
			{code:"Alle Center","url":"anmeldung.asp"},
			{code:"<span style='font-size:10px'>Triesen (LIE)</span>","url":"anmeldung.asp?c_id=1"},
			{code:"<span style='font-size:10px'>Biel (SUI)</span>","url":"anmeldung.asp?c_id=2"},
			{code:"<span style='font-size:10px'>Gerrys (SUI)</span>","url":"anmeldung.asp?c_id=3"},
			{code:"<span style='font-size:10px'>Patricks (AUT)</span>","url":"anmeldung.asp?c_id=4"}
		]
	},
	//{code:"<span style='font-weight:normal; color:#ff0000'>MASTERS</span>","url":"hotel_masters.asp",
		//sub:[
			//{itemoff:[21,0]},
			//{code:"<span style='font-size:11px'>Teilnehmer</span>","url":"teilnehmer_liste.asp?c_id=4&t_no=10&t_id=62","target":"_blank"},
			//{code:"<span style='font-size:11px'>Live Stream</span>","url":"http://www.billardstream.com","target":"_blank"},
			//{code:"<span style='font-size:11px'>Resultate</span>","url":"ergebnisse.asp?rub=resultate&c_id=4&t_id=62"},
			//{code:"<span style='font-size:11px'>Rangliste</span>","url":"ergebnisse.asp?rub=ranking&c_id=4&t_id=62"},
			//{code:"<span style='font-size:11px'>Hotel</span>","url":"hotel_masters.asp"},
			//{code:"<span style='font-size:11px'>Anreise</span>","url":"anreise_masters.asp"}
			
		//]
	//},
	{code:"STATUS",
		sub:[
			{itemoff:[21,0]},
			{code:"Wer spielt wo?","url":"anmelde_status.asp"}
		]
	},
	{code:"ERGEBNISSE","url":"ergebnisse.asp",
		sub:[
			{itemoff:[21,0]},
			{code:"Alle Ergebnisse","url":"ergebnisse.asp"},
			{code:"<span style='font-size:10px'>Triesen (LIE)</span>","url":"ergebnisse.asp?rub=o_ranking&c_id=1"},
			{code:"<span style='font-size:10px'>Biel (SUI)</span>","url":"ergebnisse.asp?rub=o_ranking&c_id=2"},
			{code:"<span style='font-size:10px'>Gerrys (SUI)</span>","url":"ergebnisse.asp?rub=o_ranking&c_id=3"},
			{code:"<span style='font-size:10px'>Patricks (AUT)</span>","url":"ergebnisse.asp?rub=o_ranking&c_id=4"}
		]
	},
	{code:"SPONS./MEDIEN","url":"sponsoren.asp",
		sub:[
			{itemoff:[21,0]},
			{code:"Sponsoren","url":"sponsoren.asp"},
			{code:"Medien","url":"medien.asp"}
		]
	},
	
];

