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:"#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 MENU_ITEMS = [
	{pos:[0,11], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", "url":"index.php?lang=en&site=main",},
	{code:"About us", "url":"index.php?lang=en&site=aboutus"},
	{code:"News", "url":"index.php?lang=en&site=news_en/news10_en",
		sub:[
			{itemoff:[21,0]},
			{code:"2011", "url":"index.php?lang=en&site=news_en/news11_en", format:{style:BORDER}},
			{code:"2010", "url":"index.php?lang=en&site=news_en/news10_en", format:{style:BORDER}},
			{code:"2009", "url":"index.php?lang=en&site=news_en/news09_en", format:{style:BORDER}},
			{code:"2008", "url":"index.php?lang=en&site=news_en/news08_en", format:{style:BORDER}},
			{code:"2007", "url":"index.php?lang=en&site=news_en/news07_en", format:{style:BORDER}},
		]
	},
	{code:"Dogs",
		sub:[
			{itemoff:[21,0]},
			{code:"Bitches", format:{style:BORDER},
			sub:[
					{leveloff:[0,99]},
					{code:"Fini", "url":"index.php?lang=en&site=fini_en", format:{style:BORDER},
					sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=en&site=galerie/galerie_fini", format:{style:BORDER}}
						]
					},
					{code:"Nele", "url":"index.php?lang=en&site=nele_en", format:{style:BORDER},
						sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=en&site=galerie/galerie_nele", format:{style:BORDER}}
						]
					},
					{code:"Sally", "url":"index.php?lang=en&site=sally_en", format:{style:BORDER},
					sub:[
							{leveloff:[0,99]},
							{code:"Photos",  "url":"index.php?lang=en&site=galerie/galerie_sally", format:{style:BORDER}}
						]
					},
				]
			},
			{code:"Stud Dogs", format:{style:BORDER},
			sub:[
					{leveloff:[0,99]},
					
					
					{code:"Julle", "url":"index.php?lang=en&site=litter/b_litter/julle", format:{style:BORDER}},
					{code:"Robin", "url":"index.php?lang=en&site=litter/d_litter/robin", format:{style:BORDER}},
					{code:"Jasper", "url":"index.php?lang=en&site=litter/d_litter/jasper", format:{style:BORDER}}
				]
			}
		]
	},
	{code:"Breeding",
		sub:[
			{itemoff:[21,0]},
			{code:"Puppies", "url":"index.php?lang=en&site=puppies", format:{style:BORDER}},
			{code:"Litters", "url":"index.php?lang=en&site=litter/litter", format:{style:BORDER}}
		]
	},
		{code:"Infos",
		sub:[
			{itemoff:[21,0]},
			{code:"FAQ", "url":"index.php?lang=en&site=infos/questions", format:{style:BORDER}},
			{code:"Breedstandard", "url":"index.php?lang=en&site=infos/breedstand", format:{style:BORDER}},
			{code:"History", "url":"index.php?lang=en&site=infos/history/history", format:{style:BORDER}},
			{code:"Health", "url":"index.php?lang=en&site=infos/health/health", format:{style:BORDER}},
			{code:"Literature", "url":"index.php?lang=en&site=infos/literatur/literature", format:{style:BORDER}},
			{code:"Links", "url":"index.php?lang=en&site=infos/links", format:{style:BORDER}}
		]
	},
	{code:"Fun-Days", "url":"index.php?lang=en&site=fundays/wss-funday2009",
		sub:[
			{itemoff:[21,0]},
			{code:"2009", "url":"index.php?lang=en&site=fundays/wss-funday2009", format:{style:BORDER}},
			{code:"2008", "url":"index.php?lang=en&site=fundays/wss-funday2008", format:{style:BORDER}},
	]
	},
	{code:"Contact", "url":"index.php?lang=en&site=infos/kontakt"},
	{code:"Guestbook", "url":"index.php?lang=de&site=guestbuch"},
	
];

