 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=6;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#25306E";			// Background color when mouse is not over
	var HighBgColor="#01B3E3";			// Background color when mouse is over
	var FontLowColor="#ffffff";			// Font color when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="white";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="verdana,comic sans ms,technical,arial";	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="right";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="middle";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=-.02;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=-120;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var FirstLineFrame="nav1";			// Frame where first level appears
	var SecLineFrame="main";			// Frame where sub levels appear
	var DocTargetFrame="main";			// Frame where target documents appear
	var TargetLoc="";				// DIV id for relative positioning (refer to config.htm for info)

	var MenuUsesFrames=1;
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.kustgids.nl/";	// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"jscript/tri.gif",5,10,BaseHref+"jscript/tridown.gif",10,5,BaseHref+"jscript/trileft.gif",5,10,BaseHref+"jscript/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	
	var MenuShadow="";
	
	var MenuOpacity="";
	
	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 



Menu1=new Array("Home","javascript:top.document.location.href='../index.html'","",0,20,89,"","","","","","",-1,1,-1,"","Home");

Menu2=new Array("Regio","javascript:top.document.location.href='../regio/index.html'","",7,20,89,"","","","","","",-1,1,-1,"","Regio´s");
	Menu2_1=new Array("Nederland","javascript:top.document.location.href='../nederland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Nederland");
	Menu2_2=new Array("Waddengebied","javascript:top.document.location.href='../waddenzee/index.html'","",5,20,120,"","","","","","",-1,1,-1,"","Waddengebied");
		Menu2_2_1=new Array("Texel","javascript:top.document.location.href='../texel/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Texel");
		Menu2_2_2=new Array("Vlieland","javascript:top.document.location.href='../vlieland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Vlieland");
		Menu2_2_3=new Array("Terschelling","javascript:top.document.location.href='../terschelling/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Terschelling");
		Menu2_2_4=new Array("Ameland","javascript:top.document.location.href='../ameland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Ameland");
		Menu2_2_5=new Array("Schiermonnikoog","javascript:top.document.location.href='../schiermonnikoog/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Schiermonnikoog");
	Menu2_3=new Array("Groningse Kust","javascript:top.document.location.href='../groningsekust/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Groningse kust");
	Menu2_4=new Array("Friese Kust","javascript:top.document.location.href='../friesekust/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Friese kust");
	Menu2_5=new Array("Noord-Holland","javascript:top.document.location.href='../noord-holland/index.html'","",1,20,120,"","","","","","",-1,1,-1,"","Noord-Holland");
		Menu2_5_1=new Array("Zuid-Kennemerland","javascript:top.document.location.href='../zuid-kennemerland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Zuid-Kennemerland");
	Menu2_6=new Array("Zuid-Holland","javascript:top.document.location.href='../zuid-holland/index.html'","",4,20,120,"","","","","","",-1,1,-1,"","Zuid-Holland");
		Menu2_6_1=new Array("Bollenstreek","javascript:top.document.location.href='../bollenstreek/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Duin- en Bollenstreek");
		Menu2_6_2=new Array("Den Haag-Leiden","javascript:top.document.location.href='../denhaag-leiden/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Den Haag-Leiden");
		Menu2_6_3=new Array("Westland-Delfland","javascript:top.document.location.href='../westland-delfland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Westland-Delfland");
		Menu2_6_4=new Array("Kust van Voorne","javascript:top.document.location.href='../voorne/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Kust van Voorne");
	Menu2_7=new Array("Zeeland","javascript:top.document.location.href='../zeeland/index.html'","",2,20,120,"","","","","","",-1,1,-1,"","Zeeland");
		Menu2_7_1=new Array("Schouwen-Duiveland","javascript:top.document.location.href='../schouwen-duiveland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Schouwen-Duiveland");
		Menu2_7_2=new Array("Walcheren","javascript:top.document.location.href='../walcheren/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Walcheren");

	
Menu3=new Array("Plaatsen","javascript:top.document.location.href='../plaatsen/index.html'","",10,20,89,"","","","","","",-1,1,-1,"","Plaatsen");

	Menu3_1=new Array("Friesland","","",2,20,120,"","","","","","",-1,1,-1,"","Friesland");
		Menu3_1_1=new Array("Dokkum","javascript:top.document.location.href='../dokkum/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Dokkum");
		Menu3_1_2=new Array("Harlingen","javascript:top.document.location.href='../harlingen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Harlingen");

	Menu3_2=new Array("Kop Noord-Holland","","",1,20,120,"","","","","","",-1,1,-1,"","Kop van Noord-Holland");
		Menu3_2_1=new Array("Den Helder","javascript:top.document.location.href='../denhelder/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Den Helder");

	Menu3_3=new Array("Zuid-Kennemerland","","",1,20,120,"","","","","","",-1,1,-1,"","Zuid-Kennemerland");
		Menu3_3_1=new Array("Haarlem","javascript:top.document.location.href='../haarlem/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Haarlem");

	Menu3_4=new Array("A'dam-Zaanstreek","","",1,20,120,"","","","","","",-1,1,-1,"","Amsterdam-Zaanstreek");
		Menu3_4_1=new Array("Amsterdam","javascript:top.document.location.href='../amsterdam/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Amsterdam");
	Menu3_5=new Array("Bollenstreek","","",10,20,120,"","","","","","",-1,1,-1,"","Duin- en Bollenstreek");
		Menu3_5_1=new Array("Hillegom","javascript:top.document.location.href='../hillegom/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Hillegom");
		Menu3_5_2=new Array("Katwijk","javascript:top.document.location.href='../katwijk/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Katwijk");
		Menu3_5_3=new Array("Lisse","javascript:top.document.location.href='../lisse/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Lisse");
		Menu3_5_4=new Array("Noordwijk","javascript:top.document.location.href='../noordwijk/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Noordwijk");
		Menu3_5_5=new Array("Noordwijkerhout","javascript:top.document.location.href='../noordwijkerhout/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Noordwijkerhout");
		Menu3_5_6=new Array("Rijnsburg","javascript:top.document.location.href='../rijnsburg/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Rijnsburg");
		Menu3_5_7=new Array("Sassenheim","javascript:top.document.location.href='../sassenheim/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Sassenheim");
		Menu3_5_8=new Array("Teylingen","javascript:top.document.location.href='../teylingen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Teylingen");
		Menu3_5_9=new Array("Voorhout","javascript:top.document.location.href='../voorhout/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Voorhout");
		Menu3_5_10=new Array("Warmond","javascript:top.document.location.href='../warmond/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Warmond");

	Menu3_6=new Array("Den Haag / Leiden","","",9,20,120,"","","","","","",-1,1,-1,"","Den Haag-Leiden");
		Menu3_6_1=new Array("Den Haag","javascript:top.document.location.href='../denhaag/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Den Haag");
		Menu3_6_2=new Array("Leiden","javascript:top.document.location.href='../leiden/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Leiden");
		Menu3_6_3=new Array("Leidschendam-Vbg","javascript:top.document.location.href='../leidschendam-voorburg/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Leidschendam-Voorburg");
		Menu3_6_4=new Array("Oegstgeest","javascript:top.document.location.href='../oegstgeest/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Oegstgeest");
		Menu3_6_5=new Array("Rijswijk","javascript:top.document.location.href='../rijswijk/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Rijswijk");
		Menu3_6_6=new Array("Scheveningen","javascript:top.document.location.href='../scheveningen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Scheveningen");
		Menu3_6_7=new Array("Valkenburg","javascript:top.document.location.href='../valkenburg/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Valkenburg");
		Menu3_6_8=new Array("Voorschoten","javascript:top.document.location.href='../voorschoten/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Voorschoten");		
		Menu3_6_9=new Array("Wassenaar","javascript:top.document.location.href='../wassenaar/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Wassenaar");

	Menu3_7=new Array("Westland / Delfland","","",3,20,120,"","","","","","",-1,1,-1,"","Westland / Delfland");
		Menu3_7_1=new Array("Delft","javascript:top.document.location.href='../delft/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Delft");
		Menu3_7_2=new Array("Hoek van Holland","javascript:top.document.location.href='../hoekvanholland/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Hoek van Holland");
		Menu3_7_3=new Array("Maassluis","javascript:top.document.location.href='../maassluis/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Maassluis");


	Menu3_8=new Array("Rijnmond","","",3,20,120,"","","","","","",-1,1,-1,"","Rijnmond");
		Menu3_8_1=new Array("Rotterdam","javascript:top.document.location.href='../rotterdam/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Rotterdam");
		Menu3_8_2=new Array("Schiedam","javascript:top.document.location.href='../schiedam/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Schiedam");
		Menu3_8_3=new Array("Vlaardingen","javascript:top.document.location.href='../vlaardingen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Vlaardingen");
	
	Menu3_9=new Array("Voorne-Putten","","",1,20,120,"","","","","","",-1,1,-1,"","Voorne-Putten");
		Menu3_9_1=new Array("Hellevoetsluis","javascript:top.document.location.href='../hellevoetsluis/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Hellevoetsluis");
		
	Menu3_10=new Array("Zeeland","","",5,20,120,"","","","","","",-1,1,-1,"","Zeeland");
		Menu3_10_1=new Array("Middelburg","javascript:top.document.location.href='../middelburg/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Middelburg");
		Menu3_10_2=new Array("Terneuzen","javascript:top.document.location.href='../terneuzen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Terneuzen");
		Menu3_10_3=new Array("Veere","javascript:top.document.location.href='../veere/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Veere");
		Menu3_10_4=new Array("Vlissingen","javascript:top.document.location.href='../vlissingen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Vlissingen");
		Menu3_10_5=new Array("Zierikzee","javascript:top.document.location.href='../zierikzee/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Zierikzee");


Menu4=new Array("Natuur","","",8,20,89,"","","","","","",-1,1,-1,"","Natuur");

	Menu4_1=new Array("Walvisspotten","javascript:top.document.location.href='../walvisspotten/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Walvisspotten");


	Menu4_2=new Array("Dieren","javascript:top.document.location.href='../dieren/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Dieren");


	Menu4_3=new Array("Gebieden","javascript:top.document.location.href='../natuurgebieden/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Natuurgebieden");
		
	Menu4_4=new Array("Bezoekerscentra","javascript:top.document.location.href='../bezoekerscentra/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Bezoekerscentra");
	Menu4_5=new Array("Vogelkijkhutten","javascript:top.document.location.href='../vogelhutten/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Vogelhutten");
	Menu4_6=new Array("Landschappen","","",1,20,120,"","","","","","",-1,1,-1,"","Landschappen");
		Menu4_6_1=new Array("Jonge Duinen","javascript:top.document.location.href='../jonge_duinen/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Jonge Duinen");
		
	Menu4_7=new Array("Beleid","","",4,20,120,"","","","","","",-1,1,-1,"","Beleid");
		Menu4_7_1=new Array("Kustbeleid","javascript:top.document.location.href='../beleid/kustbeleid.html'","",0,20,120,"","","","","","",-1,1,-1,"","Kustbeleid");
		Menu4_7_2=new Array("Natuurbeleid","javascript:top.document.location.href='../beleid/natuurbeleid.html'","",0,20,120,"","","","","","",-1,1,-1,"","Natuurbeleid");
		Menu4_7_3=new Array("Herstel/Ontwikkeling","javascript:top.document.location.href='../beleid/herstel.html'","",0,20,120,"","","","","","",-1,1,-1,"","Herstel/Ontwikkeling");
		Menu4_7_4=new Array("Adressen","javascript:top.document.location.href='../beleid/adressen.html'","",0,20,120,"","","","","","",-1,1,-1,"","Adressen");

	Menu4_8=new Array("Informatiesyteem","javascript:top.document.location.href='../beleid/informatiesysteem/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Informatiesysteem");
		

Menu5=new Array("Stranden","javascript:top.document.location.href='../stranden/index.html'","",5,20,89,"","","","","","",-1,1,-1,"","Stranden");
		Menu5_1=new Array("Strandpagina´s","javascript:top.document.location.href='../stranden/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Strandpagina´s");
		Menu5_2=new Array("Beachcams","javascript:top.document.location.href='../beachcam/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Beachcams");
		Menu5_3=new Array("Zwemwaterkwaliteit","javascript:top.document.location.href='../zwemwaterkwaliteit/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Zwemwaterkwaliteit aan de kust");
		Menu5_4=new Array("Veilig aan het strand","javascript:top.document.location.href='../veiligaanhetstrand/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Veilig aan het strand");
		Menu5_5=new Array("Stadsstranden","javascript:top.document.location.href='../stadsstranden/index.html'","",0,20,120,"","","","","","",-1,1,-1,"","Stadsstranden");


Menu6=new Array("Aanbiedingen","javascript:NewWin=window.open('http://www.dolfijncadeau.nl','NWin');window['NewWin'].focus()","",0,20,89,"","","","","","",-1,1,-1,"","Aanbiedingen");
	




