BLANK_IMAGE = 'temp/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:"#e78d09",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFFFFF",		// 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 BORDER = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#e78d09",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"white"	// 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:[-5,11], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", "url":"index.php?lang=de&site=main"},
	{code:"Über uns", "url":"index.php?lang=de&site=ueber uns"},
	{code:"News", "url":"index.php?lang=de&site=news/news11",
		sub:[
			{itemoff:[21,0]},
			{code:"2012", "url":"index.php?lang=de&site=news/news12", format:{style:BORDER}},
			{code:"2011", "url":"index.php?lang=de&site=news/news11", format:{style:BORDER}},
			{code:"2010", "url":"index.php?lang=de&site=news/news10", format:{style:BORDER}},
			{code:"2009", "url":"index.php?lang=de&site=news/news09", format:{style:BORDER}},
			{code:"2008", "url":"index.php?lang=de&site=news/news08", format:{style:BORDER}},
			{code:"2007", "url":"index.php?lang=de&site=news/news07", format:{style:BORDER}},
		]
	},
	{code:"Hunde",
		sub:[
			{itemoff:[21,0]},
			{code:"Hündinnen", format:{style:BORDER},
			sub:[
					{leveloff:[0,99]},
					{code:"Lucy", "url":"index.php?lang=de&site=lucy", format:{style:BORDER},
					sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=de&site=galerie/galerie_lucy", format:{style:BORDER}}
						]
					},
					{code:"Sally", "url":"index.php?lang=de&site=sally", format:{style:BORDER},
					sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=de&site=galerie/galerie_sally", format:{style:BORDER}}
						]
					},
					{code:"Nele", "url":"index.php?lang=de&site=nele", format:{style:BORDER},
						sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=de&site=galerie/galerie_nele", format:{style:BORDER}}
						]
					},
					{code:"Fini 1997-2011", "url":"index.php?lang=de&site=fini", format:{style:BORDER},
					sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=de&site=galerie/galerie_fini", format:{style:BORDER}}
						]
					},
				]
			},
			{code:"Deckrüden", format:{style:BORDER},
			sub:[
					{leveloff:[0,99]},
					
					
					{code:"Julle", "url":"index.php?lang=de&site=wuerfe/b_wurf/julle", format:{style:BORDER}},
					{code:"Robin", "url":"index.php?lang=de&site=wuerfe/d_wurf/robin", format:{style:BORDER}},
					{code:"Jasper", "url":"index.php?lang=de&site=wuerfe/d_wurf/jasper", format:{style:BORDER}}
				]
			}
		]
	},
	{code:"Zucht",
		sub:[
			{itemoff:[21,0]},
			{code:"Welpen", "url":"index.php?lang=de&site=welpen", format:{style:BORDER}},
			{code:"Würfe", "url":"index.php?lang=de&site=wuerfe/wuerfe", format:{style:BORDER}}
				]
			},
		{code:"Infos",
		sub:[
			{itemoff:[21,0]},
			{code:"FAQ", "url":"index.php?lang=de&site=wss-infos/fragen", format:{style:BORDER}},
			{code:"Rassestandard", "url":"index.php?lang=de&site=wss-infos/rassestandard", format:{style:BORDER}},
			{code:"Historisches", "url":"index.php?lang=de&site=wss-infos/historie/historisches", format:{style:BORDER}},
			{code:"Dummy-Arbeit", "url":"index.php?lang=de&site=wss-infos/dummy/allgemeines", format:{style:BORDER}},
			{code:"Gesundheit", "url":"index.php?lang=de&site=wss-infos/gesundheit/gesundheit", format:{style:BORDER}},
			{code:"Literatur", "url":"index.php?lang=de&site=wss-infos/literatur/literaturliste", format:{style:BORDER}},
			{code:"Links", "url":"index.php?lang=de&site=wss-infos/links", format:{style:BORDER}}
		]
	},
		{code:"WSS-Tage", "url":"index.php?lang=de&site=wss-tage/wss-tag2011",
		sub:[
			{itemoff:[21,0]},
			{code:"2012", "url":"index.php?lang=de&site=wss-tage/wss-tag2012", format:{style:BORDER}},
			{code:"2011", "url":"index.php?lang=de&site=wss-tage/wss-tag2011", format:{style:BORDER}},
			{code:"2010", "url":"index.php?lang=de&site=wss-tage/wss-tag2010", format:{style:BORDER}},
			{code:"2009", "url":"index.php?lang=de&site=wss-tage/wss-tag2009", format:{style:BORDER}},
			{code:"2008", "url":"index.php?lang=de&site=wss-tage/wss-tag2008", format:{style:BORDER}},
			{code:"2007", "url":"index.php?lang=de&site=wss-tage/wss-tag2007", format:{style:BORDER}},
			{code:"2006", "url":"index.php?lang=de&site=wss-tage/wss-tag2006", format:{style:BORDER}},
			{code:"2005", "url":"index.php?lang=de&site=wss-tage/wss-tag2005", format:{style:BORDER}},
			{code:"2004", "url":"index.php?lang=de&site=wss-tage/wss-tag2004", format:{style:BORDER}},
			{code:"2003", "url":"index.php?lang=de&site=wss-tage/wss-tag2003", format:{style:BORDER}},
			{code:"2002", "url":"index.php?lang=de&site=wss-tage/wss-tag2002", format:{style:BORDER}},
			{code:"2001", "url":"index.php?lang=de&site=wss-tage/wss-tag2001", format:{style:BORDER}},
		]
	},
	{code:"Kontakt", "url":"index.php?lang=de&site=kontakt"},
	{code:"G&auml;stebuch", "url":"index.php?lang=de&site=guestbuch"},
	
];

