BLANK_IMAGE = 'media/gif/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:"#FFFFFF",	// color of the item shadow, if any
		bgON:"#212A42",		// background color for the items
		bgOVER:"#398BCF"	// 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 STYLE2 = {
	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:"#FFFFFF",	// color of the item shadow, if any
		bgON:"#398BCF",		// background color for the items
		bgOVER:"#398BCF"	// 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:[0,0], itemoff:[21,0], leveloff:[0,286], style:STYLE, size:[22,287]},
	{code:"Home", url:"index.php"},
	{code:"Occasions",  url:"occasions.php"},
	{code:"Nieuwe auto's ", url:"nieuweautos.php"},
	{code:"Peugeot", url:"peugeot.php"},
	{code:"Citroën", url:"citroen.php"},
	{code:"Service", url:"service.php",	
			sub:[
				{leveloff:[0,286], itemoff:[21,0], style:STYLE2, size:[22,188]},
				{code:"Onderhoud", url:"service.php", alt:"Onderhoud", target:"_parent"},
				{code:"Caravan- en camperonderhoud", url:"caravan.php", alt:"Caravan- en camperonderhoud", target:"_parent"},
				{code:"Schadeherstel", url:"service.php", alt:"Schadeherstel", target:"_parent"},
				{code:"Caravan onderhoudsbeurt", url:"caravan_onderhoud.php", alt:"Caravan onderhoudsbeurt", target:"_parent"},
				]
		},
	{code:"Leasing &amp; verhuur", url:"leasing.php"},	
	{code:"Tankstation &amp; wasstraat", url:"tankstation.php"},	
	{code:"Contact &amp; route", url:"contact.php"},	
];

