//keywords
var code="code";var url="url";var targ="target";var sub="sub";
//styles
var VSTYLE = {"border":0, "shadow":0, "color":{"border":"#9ECB3C", "shadow":"#9ECB3C", "bgON":"#9ECB3C","bgOVER":"#6F8F2B"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
var STYLE1 = {"border":0, "shadow":0, "color":{"border":"white", "shadow":"#9ECB3C", "bgON":"#C0D78E","bgOVER":"#6F8F2B"}, "css":{"ON":"clsCMVTOn", "OVER":"clsCMVTOver"}};
//items and formats
var VERTICAL_MENU_ITEMS =
[
	{"pos":[0,20], "size":[25,130], "itemoff":[35,0], "leveloff":[10,50], "delay":500, "style":VSTYLE},
	{code:"Home",
		sub:[
			{"size":[35,215], "style":STYLE1},
			{code:'Welkom', target:"home", url:"welkom.html"},
			{code:'Contact', target:"home", url:"contact.html"}
			]
	},
	
	
	{code:'Lezingen',
		sub:[
			{"size":[35,215], "style":STYLE1},
			{code:'Algemeen', target:"home", url:"lezingen.html"},
			{code:'Voor leidsters kinderopvang', target:"home", url:"kinderopvang.html"},
			{code:'Voor ouders en opvoeders', target:"home", url:"ouders.html"},
			{code:'Een door u gekozen thema', target:"home", url:"thema.html"}
			]
	},
	{code:'Workshops',
		sub:[
			{"size":[35,215], "style":STYLE1},
			{code:'Algemeen', target:"home", url:"workshops.html"},
			{code:'Interactief voorlezen', target:"home", url:"interactief.html"},
			{code:'De verteltafel', target:"home", url:"verteltafel.html"},
			{code:'Het vertelkastje', target:"home", url:"vertelkastje.html"}
			]
	},
	{code:"Verteltheater",
		sub:[
			{"size":[35,215], "style":STYLE1},
			{code:'Algemeen', target:"home", url:"verteltheater.html"},
			{code:'Wiebelbillen', target:"home", url:"wiebelbillen.html"},
			{code:'Hokus, Pokus', target:"home", url:"hokuspokus.html"},
			{code:'Klop, klop, hier is Muis', target:"home", url:"klopmuis.html"},
			{code:'Hup, hup Kangoeroe', target:"home", url:"kangoeroe.html"},
			{code:'Wolle', target:"home", url:"wolle.html"},
			{code:'Mol wil de maan', target:"home", url:"molwildemaan.html"},
			{code:'Mamma Muis enzo...', target:"home", url:"mamamuis.html"}
			
			]
	},
	{code:'Lesmateriaal',
		sub:[
			{"size":[35,215], "style":STYLE1},
			{code:'Algemeen', target:"home", url:"lesmateriaal.html"},
			{code:'Wiebelbillen', target:"home", url:"leswiebelbillen.html"},
			{code:'Hokus, Pokus', target:"home", url:"leshokuspokus.html"},
			{code:'Klop, klop hier is Muis', target:"home", url:"lesklopmuis.html"},
			{code:'Hup, hup Kangoeroe', target:"home", url:"leskangoeroe.html"},
			{code:'Wolle', target:"home", url:"leswolle.html"},
			{code:'Piep muis', target:"home", url:"lespiepmuis.html"}
			
			]
	},
	
	{code:'VVE Startblokken', target:"home", url:"vve.html"
	},
	
	{code:'Prijslijst', target:"home", url:"prijslijst.html"
	}
];


