BLANK_IMAGE = 'images/blank.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#808080",	// color of the item border, if any
		bgON:"#D40037",		// background color for the items
		bgOVER:"#e7e8f1"	// 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 SUBMENU_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#D40037",	// color of the item border, if any
		shadow:"#808080",	// color of the item shadow, if any
		bgON:"#AA8888",		// background color for the items
		bgOVER:"#e7e8f1"	// 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 SUB_SUBMENU_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#D40037",	// color of the item border, if any
		shadow:"#808080",	// color of the item shadow, if any
		bgON:"#D40037",		// background color for the items
		bgOVER:"#e7e8f1"	// 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:[5,4], itemoff:[0,99], leveloff:[30,5], style:STYLE, size:[22,200]},
	{code:"Home", url:"welkom.htm", target:"iFrame3"},
	{code:"Advies", 
		sub:[
		  {itemoff:[24,0], size:[24,240], style:SUBMENU_STYLE},
			{code:"Algemeen en projecten", url:"advisering.htm", target:"iFrame3"},
			{code:"Interieuradvies", url:"interieuradvies.htm", target:"iFrame3"},
			{code:"Verkoopstyling", url:"verkoopstyling.htm", target:"iFrame3"},
      {code:"Referenties (interieur) advies", url:"referentiesadvies.htm", target:"iFrame3"}
		]
	},
	{code:"Producten",
		sub:[
		  {itemoff:[24,0], size:[24,200], style:SUBMENU_STYLE},
			{code:"Categoriën", url:"producten.htm", target:"iFrame3"},
			{code:"Kalkwas en Colourwax", url:"kalkwas.htm", target:"iFrame3"},
			{code:"Krijtverf", url:"krijtverf.htm", target:"iFrame3"},
			{code:"Patroonrollers", url:"patroonrol.htm", target:"iFrame3"},
			{code:"Stempels", url:"stempels.htm", target:"iFrame3"},
			{code:"Diversen", url:"diversen.htm", target:"iFrame3"},
			{code:"Boeken", url:"boeken.htm", target:"iFrame3"}
		]
	},
	{code:"Webwinkel", url:"winkel_mededeling.htm", target:"iFrame3"},
	{code:"Nieuws", url:"nieuws.htm", target:"iFrame3"},
	{code:"Diversen", 
	sub:[
			{itemoff:[24,0], size:[24,240], style:SUBMENU_STYLE},
			{code:"FAQ - vaak gestelde vragen", url:"faq.htm", target:"iFrame3"},
			{code:"Gebruiksaanwijzingen", url:"gebruiks.htm", target:"iFrame3",
			   sub:[
			     {leveloff:[10,200], size:[24,200], style:SUB_SUBMENU_STYLE},
			     {code:"Amazona Kalkwas", url:"aanwijzing_01.htm", target:"iFrame3"},
			     {code:"Verfstempels", url:"aanwijzing_02.htm", target:"iFrame3"},
			     {code:"Amazona Colourwax", url:"aanwijzing_03.htm", target:"iFrame3"},
			     {code:"Patroonrollers", url:"aanwijzing_04.htm", target:"iFrame3"}
			   ]
			},
			{code:"Aanbiedingen", url:"aanbieding.htm", target:"iFrame3"},
			{code:"Links", url:"links.htm", target:"iFrame3"}
		]
	},
  {code:"Contact", url:"contact.htm", target:"iFrame3"},
  {code:"Goede doelen", url:"goededoelen.htm", target:"iFrame3"},	
];


