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:"#868789",	// color of the item shadow, if any
		//bgON:"white",		// background color for the items
		//bgOVER:"#868789"	// 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 BOLD_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#868789",	// color of the item border, if any
		shadow:"#868789",	// color of the item shadow, if any
		bgON:"868789",		// background color for the items
		bgOVER:"#868789"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};

var ITALIC_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#868789",	// color of the item border, if any
		shadow:"#868789",	// color of the item shadow, if any
		bgON:"#868789",	// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverItalic"	// CSS class  for item which is under mouse
	}
};

var UNDERLINE_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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverUnderline"// CSS class  for item which is under mouse
	}
};

var COLORED_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:"#868789",		// background color for the items
		bgOVER:"#868789"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverColored"	// CSS class  for item which is under mouse
	}
};

var SUBCOLORED_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:"#868789",		// background color for the items
		bgOVER:"#868789"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_sub",		// CSS class for items
		OVER:"clsCMOverColored_sub"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[20,0], itemoff:[0,125], leveloff:[21,0], style:COLORED_STYLE, size:[20,126]},
	{code:"Home", url:'index.htm'
	},
	{code:"Besucher", url:'info.htm',
		sub:[
			{itemoff:[21,0], size:[20,160], style:SUBCOLORED_STYLE}, 
			{code:"Besucherinfo", url:'besucher.htm'
			},
			{code:"Gewinnspiel", url:'gewinnspiel.htm'
			},
			{code:"Ausstellerverzeichnis", url:'ausstellerverzeichnis.htm'
                  }
                ]
	},
	{code:"Aussteller", url:'aussteller.htm'},
	{code:"Partner", url:'partner.htm'
	},
	{code:"Anfahrt", url:'anfahrt.htm'
	},
	{code:"Presse", url:"javascript:void(window.open('presse.htm', '_blank', 'top=80,left=150,width=400,height=500,scrollbars=no'))"
	},
	{code:"Kontakt", url:'mailto:messe@konvers.com'
	},
	{code:"KONVERS", url:'http://www.konvers.com'
	}
];