BLANK_IMAGE = '/images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#DDDDDD",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#EEEEEE",		// 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 MENU_ITEMS = [
	{pos:[-10,0], itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[22,180]},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Home",  url:"/index.html"},
			{code:"Onze Geschiedenis",  url:"/onsbedrijf/onzegeschiedenis.html"},
			{code:"Vacatures", url:"/onsbedrijf/vacatures.html"},
			{code:"Voorwaarden", url:"/onsbedrijf/voorwaarden.html"},
			{code:"Kwaliteit", url:"/onsbedrijf/kwaliteit.html"},
			{code:"Contact", url:"/onsbedrijf/contact.html"},
			{code:"Tarieven", url:"/onsbedrijf/tarieven.html"},
			
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Distributie Nationaal",  url:"/diensten/distributie.html"},
			{code:"Distributie Internationaal",  url:"/diensten/intvervoer.html"},
			{code:"Confectievervoer",  url:"/diensten/confectievervoer.html"},
			{code:"Koel en Vriestransport",  url:"/diensten/vriestransport.html"},
			{code:"Pakket Logistiek",  url:"/diensten/pakketlogistiek.html"},
			{code:"Rembours Zendingen",  url:"/diensten/rembourszendingen.html"},
			{code:"Warehousing/op- en overslag",  url:"/diensten/warehousing.html"},
			{code:"Verzekering",  url:"/diensten/verzekeringen.html"},
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
		{code:"Ophaalservice",  url:"/ophaalservice/ophaalservice.html"},
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Track&Trace",  url:"/tracktrace/tracktrace.html"},
		
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Media",  url:"/nieuws/obelang.html"},
	//	    {code:"Nieuwbouw",  url:"/nieuws/nieuwbouw.html"},
					]
	}

];

