﻿ 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:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#0D3692",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"FFFFFF",		// 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:[20,89], itemoff:[0,122], leveloff:[10,0], style:NOSTYLE, size:[30,114]},

	{code:'<img src="images/stamknop_03.gif" />', 
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Wie zijn wij", url:"wiewijzijn.html", target:"_top"}
		
		]
	},
	{code:'<img src="images/stamknop_05.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Vertrouwelijk papier", url:"vertrouwelijkpapier.html", target:"_top"},
			{code:"Kantoorafvalpapier", url:"kantoorafvalpapier.html", target:"_top"},
			{code:"Archieven", url:"archieven.html", target:"_top"},
			{code:"Datavernietiging", url:"datavernietiging.html", target:"_top"},
			{code:"Vernietiging overige", url:"vernietiging_overige.html", target:"_top"},
			{code:"Containers", url:"containers.html", target:"_top"},
			{code:"Offerte aanvraag", url:"offerte_aanvraag.html", target:"_top"}

		]
	},
	{code:'<img src="images/stamknop_06.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Kantoren, Instellingen en Bedrijven", url:"b2b.html", target:"_top"},
			{code:"Grafische Industrie", url:"industrie.html", target:"_top"},
			{code:"Verenigingen en Gemeentes", url:"nonprofit.html", target:"_top"},
			{code:"Containers en Drukkerijbakken", url:"containersed.html", target:"_top"},
			{code:"Offerte aanvraag", url:"offerte_aanvraag.html", target:"_top"}
		]
	},
	{code:'<img src="images/stamknop_07.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Karton", url:"karton.html", target:"_top"},
			{code:"Plastic, Folie  en Kunststoffen", url:"kunstoffen.html", target:"_top"},
			{code:"Containers en Beugels", url:"assortiment.html", target:"_top"},
			{code:"Offerte aanvraag", url:"offerte_aanvraag.html", target:"_top"}
		]
	},
	{code:'<img src="images/stamknop_08.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Overige afvalstromen", url:"afvalstromen.html", target:"_top"},
			{code:"Offerte aanvraag", url:"offerte_aanvraag.html", target:"_top"}
		]
	},
	{code:'<img src="images/stamknop_09.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Containers e.d.", url:"containersvern.html", target:"_top"},
			{code:"Rolcontainers", url:"rolcontainers.html", target:"_top"},
			{code:"Drukkerijbakken", url:"drukkerijbakken.html", target:"_top"},
			{code:"Gaascontainers", url:"gaascontainers.html", target:"_top"},
			{code:"Inzameleenheden t.b.v. Plastic ", url:"plasticinzamel.html", target:"_top"},
			{code:"Zeecontainers", url:"zeecontainers.html", target:"_top"},
			{code:"Zelfperscontainers", url:"zelfperscontainers.html", target:"_top"},
			{code:"Stationaire perscontainers", url:"stationaire_perscontainers.html", target:"_top"},
			{code:"Bureaubakjes", url:"bureaubakjes.html", target:"_top"},
			{code:"Extra equipment", url:"extra_equipment.html", target:"_top"}
		]
	},
	{code:'<img src="images/stamknop_certificering.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Certificeringen", url:"certificeringen.html", target:"_top"}
		]
	},
	{code:'<img src="images/stamknop_offerte.gif" />',
		sub:[
			{itemoff:[30,0], leveloff:[21,0], style:STYLE},
			{code:"Offerte aanvraag", url:"offerte_aanvraag.html", target:"_top"}
		]
	}
];
