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:"#000066",		// 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:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var leftPos = window.screen.width/2 - 512;
if (leftPos < 1) leftPos = 1;
var topPos = 161; 
var MENU_ITEMS = [
	{pos:[leftPos,topPos], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Velkommen",url:"http://www.elivision.dk/index.htm"},
	{code:"Om Elivision",url:"http://www.elivision.dk/omelivision.htm"},
	{code:"Produkter",
		sub:[
			{itemoff:[21,0]},
			{code:"Showrooms",url:"http://www.elivision.dk/showrooms.htm"},
			{code:"Amation",url:"http://www.elivision.dk/amation.htm"},
			{code:"eliDraw",url:"http://www.elivision.dk/elidraw.htm"}
		    ]},
      {code:"Kundesider",url:"javascript:void(window.open('http://www.elivision.dk/kundelogin.php'))"},
	{code:"Kontakt",url:"http://www.elivision.dk/kontakt.htm"}
];
