// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Algemeen", "http://members.chello.nl/h.fransen/", null,
		["Wat is Scouting?", "http://members.chello.nl/h.fransen/watissc.html",null],
		["Wie zijn wij?", "http://members.chello.nl/h.fransen/wzw.html",null],
		["Organisatie", "http://members.chello.nl/h.fransen/organ.html",null],
		["Activiteiten", "http://members.chello.nl/h.fransen/activ.html",null],
		["Sitemap", "http://members.chello.nl/h.fransen/sitem.html", null],
	],
	["Speltakken", null,
		["Bevers", "http://members.chello.nl/h.fransen/bevers.html", null,
			["Bevers Roode Vlam", "http://members.chello.nl/h.fransen/brv.html",null],
			["Bevers Vlammende Vonk", "http://members.chello.nl/h.fransen/bvv.html",null]
		],
		["Welpen", "http://members.chello.nl/h.fransen/welpen.html", null,
			["Welpen Groep 1", "http://members.chello.nl/h.fransen/wg1.html",null],
			["Welpen Roode Vlam", "http://members.chello.nl/h.fransen/wrv.html",null]
		],
		["Verkenners", "http://members.chello.nl/h.fransen/verkenners.html",null,
			["Verkenners Vlammende Vonk", "http://members.chello.nl/h.fransen/vvv.html",null],
			["Troep Roode Vlam", "http://members.chello.nl/h.fransen/trv.html",null],
		],
		["Rowans", "http://members.chello.nl/h.fransen/rowans.html",null,
			["Rowans Vlammende Vonk", "http://members.chello.nl/h.fransen/rvv.html",null]
		],
		["Pivo's", "http://members.chello.nl/h.fransen/pivo.html",null,
			["Neushoorn Stam", "http://members.chello.nl/h.fransen/ns.html",null],
			["Clan Hannibal", "http://members.chello.nl/h.fransen/ch.html",null],
			["Oud Stam", "http://members.chello.nl/h.fransen/os.html",null]
		]
	],
	["Blokhut", "http://members.chello.nl/h.fransen/blokhut.html",null,
		["Locatie", "http://members.chello.nl/h.fransen/lokatieblokhut.html",null],
		["Foto's", "http://members.chello.nl/h.fransen/fotoblokh.html",null],
		["Verhuur", "http://members.chello.nl/h.fransen/verhuur.html",null]
	],
	["Nieuws", "http://members.chello.nl/h.fransen/nieuws.html",null,
		["Actueel nieuws", "http://members.chello.nl/h.fransen/actnieuws.html",null],
		["Nieuwsbrief", "http://members.chello.nl/h.fransen/nieuwsbrief.html",null],
		["Nieuwsbrief archief", "http://members.chello.nl/h.fransen/nieuwsbrarch.html",null],
	],
	["Contactinfo", "http://members.chello.nl/h.fransen/contactinfo.html",null]
];

