BLANK_IMAGE = 'images/b.gif';
// originele kleuren: border 666666 shadow DBD8D1 bgOn white Over B6BDD2
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#FECF9C",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#FECF9C"	// 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
	}
};
// pos: va kantlijn?,hor pos down, itemoff ,lengte bar; size , itemoff 2e getal +1: 
var MENU_ITEMS = [
	{pos:[200,40], itemoff:[0,149], leveloff:[21,0], style:STYLE, size:[22,150]},
	{code:" de Tuincoach",
		sub:[
			{itemoff:[21,0]},
			{code:"Home", "url":"index.php", target:"_self"},
			{code:"Nieuws", "url":"nieuws.php", target:"_self"},
			{code:"over de Tuincoach", "url":"copilot.php", target:"_self"},
			{code:"Publicaties", "url":"publicaties.php", target:"_self"},
			{code:"Lezingen", "url":"lezingen.php", target:"_self"},
			{code:"Columns", "url":"column.php", target:"_self"}
		]
	},

	{code:" Plantieren",
		sub:[
			{itemoff:[21,0]},
			{code:" Introductie", "url":"introductie.php", target:"_self"},
			{code:" Plantieren", "url":"plantieren.php", target:"_self"},
			{code:" Veranderingen", "url":"veranderingen.php", target:"_self"},
			{code:" Inspiratie", "url":"inspiratie.php", target:"_self"}

		]
	},

	{code:"Projecten",
		sub:[
			{itemoff:[21,0]},
			{code:"Achtertuin Asten", "url":"project1.php", target:"_self"},
			{code:"Voortuin Roermond", "url":"project2.php", target:"_self"},
			{code:"Achtertuin Budel", "url":"project3.php", target:"_self"},
			{code:"Voortuin Helmond", "url":"project4.php", target:"_self"},
			{code:"Achtertuin Ospel", "url":"project6.php", target:"_self"}
		]
	},
	
	{code:" Contact",
		sub:[
			{itemoff:[21,0]},
			{code:"Contact", "url":"contact.php", target:"_self"},
			{code:"Info-formulier", "url":"infoform.php", target:"_self"},
			{code:"Links", "url":"links.php", target:"_self"}

		]
	},


];

