//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor1 = {"border":"black", "shadow":"black", "bgON":"#FFFF00","bgOVER":"#00C0ff"};
var defcolor2 = {"border":"black", "shadow":"black", "bgON":"#FFFFFF","bgOVER":"#00C0ff"};
var defcss = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE1 = {"border":1, "shadow":2, "color":defcolor1, "css":defcss};
var STYLE2 = {"border":2, "shadow":4, "color":defcolor2, "css":defcss};
var STYLE_TOP = {"border":0, "shadow":0, "color":defcolor1, "css":defcss};
//items and formats
var MENU_ITEMS_IMAGES1 =
[
	{"pos":"relative", "size":[22,140], "itemoff":[0,140], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "image":null, "imgsize":[20,24], "arrow":"imgmenu/arrow.gif", "arrsize":[13,13],  "style":STYLE1},
	{code:'Home', url:"./", "format":{"image":null, "oimage":null, "style":STYLE1}},
	{code:'Onze Maatpakken', "format":{"arrow":null, "image":null, "style":STYLE1},
		sub:[
			{"size":[22,140], "itemoff":[22,0], "arrow":"imgmenu/arrow.gif", "leveloff":[05,05], "style":STYLE1, "image":null},
			{code:'Maten', url:"./maten.htm", "format":{"image":null, "oimage":null, "style":STYLE2}},
			{code:'Prijzen', url:"./oranjepakken.htm", "format":{"image":null, "oimage":null, "style":STYLE2}},
			{code:'Fotos', "format":{"arrow":null, "image":null, "style":STYLE1},
				sub:[
					{"size":[22,140], "itemoff":[22,0], "arrow":"imgmenu/arrow.gif", "leveloff":[05,05], "style":STYLE2, "image":null},
					{code:'Fotos verzending', url:"./oranjekostuum.htm", "format":{"image":null, "oimage":null, "style":STYLE2}},
					{code:'Fotos evenementen', url:"./koningin.htm", "format":{"image":null, "oimage":null, "style":STYLE2}}
					]
			},
			]
	},
	{code:'Bestellen', "format":{"arrow":null, "image":null, "style":STYLE1},
		sub:[
			{"size":[22,140], "itemoff":[22,0], "arrow":"imgmenu/arrow.gif", "leveloff":[05,05], "style":STYLE1, "image":null},
			{code:'Bestel mogelijkheden', url:"./oranjepak.htm", "format":{"image":null, "oimage":null, "style":STYLE2}},
			{code:'Online Bestellen', url:"./oranjepakken.htm", "format":{"image":null, "oimage":null, "style":STYLE2}},
//			{code:'In de kledingwinkel', url:"./winkels.htm", "format":{"image":null,"oimage":null,"style":STYLE2}}
			]
	},
	{code:'Informatie', "format":{"arrow":null, "image":null, "style":STYLE1},
		sub:[
			{"size":[22,140], "itemoff":[22,0], "arrow":"imgmenu/arrow.gif", "leveloff":[05,05], "style":STYLE1, "image":null},
			{code:'Algemene info', url:"./pakken.htm", "format":{"image":null,"oimage":null,"style":STYLE2}},
			{code:'Voorwaarden', url:"./maatpakken.htm", "format":{"image":null,"oimage":null,"style":STYLE2}},
			{code:'Privacy', url:"./oranje.htm", "format":{"image":null,"oimage":null,"style":STYLE2}},
			{code:'Disclaimer', url:"./kostuum.htm", "format":{"image":null,"oimage":null, "style":STYLE2}}
			]
	},
	{code:'Contact', url:"./pak.htm", "format":{"image":null, "oimage":null, "style":STYLE1}}
];
