//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":"#FFFF00","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,130], "itemoff":[0,130], "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:"./index.htm", "format":{"image":null, "oimage":null, "style":STYLE1}},
	{code:'Prijzen', url:"./dogtag.htm", "format":{"image":null, "oimage":null, "style":STYLE1}},
	{code:"Catalogus", "format":{"arrow":null, "image":null, "style":STYLE1},
		sub:[
			{"size":[22,130], "itemoff":[22,0], "arrow":"imgmenu/arrow.gif", "leveloff":[00,00], "style":STYLE1, "image":null},
			{code:'Art tag catalogus', url:"./tag.htm", "format":{"image":null, "oimage":null, "style":STYLE2}},
			{code:'Dog tag voorbeelden', url:"./tags.htm", "format":{"image":null, "oimage":null, "style":STYLE2}}
			]
	},
	{code:'Bestellen', url:"./dogtags.htm", "format":{"image":null, "oimage":null, "style":STYLE1}},
	{code:'Informatie', "format":{"arrow":null, "image":null, "style":STYLE1},
		sub:[
			{"size":[22,130], "itemoff":[22,0], "arrow":"imgmenu/arrow.gif", "leveloff":[00,00], "style":STYLE1, "image":null},
			{code:'Algemeen', url:"./faq.htm", "format":{"image":null,"oimage":null,"style":STYLE1}},
			{code:'Voor wie', url:"./id.htm", "format":{"image":null,"oimage":null,"style":STYLE1}},
			{code:'Lost & Found service', url:"./lostandfound.htm", "format":{"image":null,"oimage":null,"style":STYLE1}},
			{code:'Privacy', url:"./privacy.htm", "format":{"image":null,"oimage":null,"style":STYLE1}},
			{code:'Disclaimer', url:"./identiteitsplaatje.htm", "format":{"image":null,"oimage":null, "style":STYLE1}},
			{code:'Reactie', url:"./reactie.htm", "format":{"image":null, "oimage":null, "style":STYLE1}},
			{code:'Contact', url:"./plaatje.htm", "format":{"image":null, "oimage":null, "style":STYLE1}}
			]
	}
];
