BLANK_IMAGE = 'assets/images/b.gif';

var VSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#DFDFDF",		// background color for the items
		bgOVER:"#B0B0B0"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnV",		// CSS class for items
		OVER:"clsCMOverV"	// CSS class  for item which is under mouse
	}
};

var LEFT_MENU_ITEMS = [
	{pos:[0,110], itemoff:[44,0], leveloff:[0,149], style:VSTYLE, size:[44,150]},
			{code:"Hygiënesluisinrichting", "url":"index.php?pagina=11&artgroep=0"
			},
			{code:"Handwasbakken", "url":"index.php?pagina=12&artgroep=0"
			},
			{code:"Reinigingstechniek", "url":"index.php?pagina=13&artgroep=0"
			},
			{code:"Kleedruimte Garderobe", "url":"index.php?pagina=14&artgroep=0"
			},
			{code:"Bedrijfsinrichting", "url":"index.php?pagina=15&artgroep=0"
			},
			{code:"Intern transport", "url":"index.php?pagina=16&artgroep=0"
			},
			{code:"Afwateringstechniek", "url":"index.php?pagina=17&artgroep=0"
			},
			{code:"Apparatuur en productiehulpmiddelen", "url":"index.php?pagina=18&artgroep=0"
			}
];

var HSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#AAAAAA",//#DFDFDF",		// background color for the items
		bgOVER:"#707070"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnH",		// CSS class for items
		OVER:"clsCMOverH"	// CSS class  for item which is under mouse
	}
};

var TOP_MENU_ITEMS = [
	{pos:[150,87], itemoff:[0,92], leveloff:[23,0], style:HSTYLE, size:[23,92]},
	{code:"HOME", "url":"index.php?pagina=0"},
	{code:"ACTIES",
		sub:[
			{itemoff:[23,0]},
			{code:"Folder", "url":"index.php?pagina=1"},
		]
	},
	{code:"SHOWROOM", "url":"index.php?pagina=2"},
	{code:"BEURZEN", "url":"index.php?pagina=3"},
	{code:"GEBRUIKT", "url":"index.php?pagina=21&artgroep=0"},
	{code:"NIEUWS", "url":"index.php?pagina=5"},
	{code:"CONTACT", "url":"index.php?pagina=6"},
];
