BLANK_IMAGE="plaatjes/blank.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"Navy", "bgON":"#E4E4E4","bgOVER":"#D3D3D3"};
var top_css = {"ON":"MenuTopOn", "OVER":"MenuTopOver"};
var level1_css = {"ON":"MenuLevel1On", "OVER":"MenuLevel1Over"};
var STYLE = {"border":1, "shadow":2, "color":color, "css":top_css};
var STYLE1 = {"border":1, "shadow":2, "color":color, "css":level1_css};

//items and formats
var MENU_ITEMS_STYLING =
[
	{"pos":[115,109], "itemoff":[0,109], "leveloff":[21,0], "style":STYLE, "size":[22,110]},
	{code:"Nieuws", url:"nieuws/nieuws.html",
		sub:[
			{"style":STYLE1, "itemoff":[21,0]        },
			{code:"Nieuws"        , url:"nieuws/nieuws.html"    },
			{code:"Nieuwsbrieven" , url:"nieuws/nieuwsbrieven/archief.html" },
			{code:"Agenda"        , url:"nieuws/agenda.html"    },			
			{code:"Nieuws Archief", url:"nieuws/archief.html"   }
			]
	},
	{code:"Vereniging",
		sub:[
			{"style":STYLE1, "itemoff":[21,0]        },
			{code:"Info"           , url:"vereniging/info.html"                          },
			{code:"Smoelenboek"    , url:"vereniging/smoelenboek/Smoelenboek.pdf"        },
			{code:"Sponsoren"      , url:"vereniging/sponsoren.html"                     },
			{code:"Clubkleding"    , url:"kleding/index.html"                            },
			{code:"Over de website", url:"vereniging/website.html"                       }
			]
	},
	{code:"Afdelingen", 
		sub:[
			{"style":STYLE1, "itemoff":[21,0]        },
			{code:"Natuurijsbaan"   , url:"natuurijsbaan/index.html"  },
			{code:"Toerrijders"     , url:"toerrijden/index.html",
				sub:	[
					{"style":STYLE1, "leveloff":[0,109]        },
					{code:"Fietsinfo", url:"toerrijden/fietsen/index.html"       }
					]
			},
			{code:"Jeugdschaatsen"  , url:"jeugdschaatsen/index.html", 
				sub:	[
					{"style":STYLE1, "leveloff":[0,109]        },
					{code:"Skeelerinfo", url:"jeugdschaatsen/skeeleren/index.html"       }
					]
			},
			{code:"Wedstrijdgroep"  , url:"uitslagen/index.html"      }
			]

	},
	{code:"Contact", url:"vereniging/contact.html",
		sub:[
			{"style":STYLE1, "itemoff":[21,0]        },
			{code:"Contactgegevens", url:"vereniging/contact.html"                       },
			{code:"Adres en route" , url:"vereniging/route.html"                         },
			{code:"Lid worden?"    , url:"vereniging/lidworden.html"                     }
			]
	},
	{code:"Diversen",
		sub:[
			{"style":STYLE1, "itemoff":[21,0]           },
			{code:"Prikbord"   		, url:"prikbord.html"    },
			{code:"Links"      		, url:"links.html"       },
			{code:"Slijpen doe je zo"	, url:"nieuws/items/slijpen/index.html"       }
			]
	}
];

