BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#9c9c63",	// color of the item shadow, if any
		bgON:"ffffcc",		// background color for the items
		bgOVER:"#9c9c63"	// 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:[35,110], itemoff:[0,99], leveloff:[-19,0], style:STYLE, size:[18,120]},
	
	{code:"Home", url:"../pages/main.html", target:"Content"},
	{code:"Neu", url:"../pages/news.html", target:"Content"},
	{code:"Produkte",url:"../pages/products.html", target:"Content",
		sub:[
			{itemoff:[-19,5]},
			{code:"Mobile, Windspiele", url:"../pages/mobile.html", target:"Content"},
			{code:"Garderoben", url:"../pages/garderoben.html", target:"Content"},
			{code:"Puzzle", url:"../pages/puzzle.html", target:"Content"},
			{code:"Sandkasten H&auml;user", url:"../pages/sandkasten.html", target:"Content"},
			{code:"Warnschilder", url:"../pages/warnschild.html", target:"Content"},
			{code:"Wegweiser", url:"../pages/wegweiser.html", target:"Content"}
		]
	},
	{code:"Bestellung", url:"../pages/order.html", target:"Content"},
	{code:"Preisliste", url:"../pages/preisliste.html", target:"Content"},
	{code:"Kontakt", url:"../pages/contact.php", target:"Content"},
	{code:"Links", url:"../pages/links.html", target:"Content"},
	{code:"Impressum", url:"../pages/impressum.html", target:"Content"}
		
];
