BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#E4820A",		// background color for the items
		bgOVER:"#FFE4C3"	// 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
	},
	transition:{
        fadeIn:'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)',
        fadeOut:''
    }
};

var MENU_ITEMS = [
	{pos:[312,84], itemoff:[0,74], leveloff:[21,0], style:STYLE, size:[22,75]},
	{code:"Über uns", 
		sub:[
			{itemoff:[21,0]},
			{code:"Geschichte", url:"geschichte.html", "format":{"size":[22,110]}},
			{code:"Unsere Clowns", url:"clowns.html", "format":{"size":[22,110]}},
			{code:"Credo", url:"credo.html", "format":{"size":[22,110]}},
			{code:"Kontakt", url:"kontakt.html", "format":{"size":[22,110]}},
			{code:"LAG", url:"lag.html", "format":{"size":[22,110]}}
			]
	},
	{code:"Angebote",
		sub:[
			{itemoff:[21,0]},
			{code:"Kinder", url:"kinder.html", "format":{"size":[22,92]}},
			{code:"Senioren", url:"senioren.html", "format":{"size":[22,92]}},
			{code:"Hospiz", url:"hospiz.html", "format":{"size":[22,92]}},
			{code:"Bühne", url:"buehne.html", "format":{"size":[22,92]}},
			{code:"Walkacts", url:"walkacts.html", "format":{"size":[22,92]}},
			]
	},
	{code:"Für Kinder",
		sub:[
			{itemoff:[21,0]},
			{code:"Clownshaus", url:"clownshaus.html", "format":{"size":[22,85]}},
			]
	},
	{code:"Presse",
		sub:[
			{itemoff:[21,0]},
			{code:"Aktuell", url:"aktuell.html"},
			]
	},
	{code:"Galerie",
		sub:[
			{itemoff:[21,0]},
			{code:"Aktuell", url:"aktuell_galerie.html"},
			]
	},
	{code:"Helfen",
		sub:[
			{itemoff:[21,0]},
			{code:"Spenden", url:"spenden.html", "format":{"size":[22,92]}},
			{code:"Stellwand",url:"stellwand.html", "format":{"size":[22,92]}},
			]
	},
	{code:"Gästebuch", url:"gaestebuch.html"
	},
	{code:"Links", url:"links.html"
	}
 ];