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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"6C6882",		// background color for the items
		bgOVER:"#A8B9E7"	// 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":[10,215], "itemoff":[0,69], "leveloff":[24,0], "style":STYLE, "size":[25,70]},
	{code:"Sine",
		sub:[
			{"itemoff":[21,0]},
			{code:"SubItem 1", "format":{"size":[22,90]}},
			{code:"SubItem 2", "format":{"size":[22,100]}},
			{code:"SubItem 3", "format":{"size":[22,105]}},
			{code:"SubItem 4", "format":{"size":[22,100]}},
			{code:"SubItem 5", "format":{"size":[22,90]}},
			{code:"SubItem 6", "format":{"size":[22,80]}},
			{code:"SubItem 7", "format":{"size":[22,75]}},
			{code:"SubItem 8", "format":{"size":[22,80]}},
			{code:"SubItem 9", "format":{"size":[22,90]}}
		]
	},
	{code:"Produkte", "format":{"size":[25,120]},
		sub:[
			{itemoff:[24,0]},
			{code:"Elektroden", "url":"elektroden.html"},
			{code:"Zubehör", "url":"zubehoer.html"},
			{code:"Anschleifmaschinen", "url":"anschleifmaschinen.html"},
			{code:"Gasdüsen", "url":"Gasduesen.html"},
			{code:"Brennerersatzteile", "url":"brennerersatzteile.html"},
			{code:"Helme", "url":"helme.html"},
		]
	},
	{code:"Unternehmen", "format":{"itemoff":[0,119], "size":[25,120]},
		sub:[
			{itemoff:[24,0]},
			{code:"SubItem 1", "url":"subitem1_1.html"},
			{code:"SubItem 2", "url":"subitem1_1.html"},
			{code:"SubItem 3", "url":"subitem1_1.html"},
		]
	},
];
*/

var MENU_ITEMS = [
	{"pos":[53,215], "itemoff":[0,69], "leveloff":[24,0], "style":STYLE, "size":[25,70]},
	{code:"Home", "url":"index.php", "format":{"size":[25,65]}},
	{code:"Produkte", "format":{"size":[25,83], "itemoff":[0,64]},
		sub:[
			{itemoff:[24,0]},
			{code:"Wolfram Elektroden", "url":"produkte.php?kategorie=1", "format":{"size":[24,250]}},
			{code:"Zubehör", "url":"produkte.php?kategorie=2", "format":{"size":[24,250]}},
			{code:"Anschleifmaschinen", "url":"produkte.php?kategorie=3", "format":{"size":[24,250]}},
			{code:"Keramische Gasdüsen", "url":"produkte.php?kategorie=4auswahl", "format":{"size":[24,250]}},
			{code:"Brennerersatzteile", "url":"produkte.php?kategorie=5auswahl", "format":{"size":[24,250]}},
			{code:"Helme", "url":"produkte.php?kategorie=6", "format":{"size":[24,250]}},
			{code:"Wolfram und Molybdän", "url":"produkte.php?kategorie=7", "format":{"size":[24,250]}},
			{code:"Wolfram-Kupfer / Wolfram-Schwermetall", "url":"produkte.php?kategorie=8", "format":{"size":[24,250]}},
			{code:"Hartmetall-Frässtifte", "url":"produkte.php?kategorie=10", "format":{"size":[24,250]}},
			{code:"Katalog", "url":"katalog.php", "format":{"size":[24,250]}},
		]
	},
	{code:"Unternehmen", "format":{"size":[25,105], "itemoff":[0,82]},
		sub:[
			{itemoff:[24,0]},
			{code:"Philosophie", "url":"philosophie.php"},
			{code:"Ansprechpartner", "url":"ansprechpartner.php"},
			{code:"Impressum", "url":"impressum.php"},
			{code:"AGB", "url":"agb.php"},
		]
	},
	{code:"Kontakt", "url":"kontakt.php", format:{size:[25,80], "itemoff":[0,104]}},
	{code:"Kundenlogin", "url":"kundenlogin.php", format:{size:[25,105], "itemoff":[0,79]}},
	{code:"Warenkorb", "url":"warenkorb.php", format:{size:[25,100], "itemoff":[0,104]}}
];