	var NoOffFirstLineMenus=9;	

	var LowBgColor="#FFFF00";	

	var HighBgColor="#990000";			

	var FontLowColor="#990000";	

	var FontHighColor="yellow";	

	var BorderColor="#990000";	

	var BorderWidth=1;	

	var BorderBtwnElmnts=1;

	var FontFamily="Times New Roman"	

	var FontSize=11;	

	var FontBold=1;

	var FontItalic=0;

	var MenuTextCentered="left";	

	var MenuCentered="left";			

						

	var MenuVerticalCentered="static";	

	var ChildOverlap=.1;	

	var ChildVerticalOverlap=.1;			

	var StartTop=370;				

	var StartLeft=27;	

	var VerCorrect=0;				

	var HorCorrect=0;	

	var LeftPaddng=3;	

	var TopPaddng=2;	

	var FirstLineHorizontal=0;			

	var MenuFramesVertical=1;			

	var DissapearDelay=1000;	

	var UnfoldDelay=100;				

	var TakeOverBgColor=1;	

	var FirstLineFrame="navig";			

	var SecLineFrame="space";	

	var DocTargetFrame="space";	

	var TargetLoc="";	

	var MenuWrap=1;

	var RightToLeft=0;

	var BottomUp=0;

	var UnfoldsOnClick=0;			

	var BaseHref="";	

						



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





						// Arrow source, width and height.

						// If arrow images are not needed keep source ""





	var MenuUsesFrames=0;			// 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. 

						// The preset is done by the body onload of target document.

						// In frame setup the body onload is:

						// onload="if(parent.frames[0]&amp;&amp;parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"

						// In a single page the body onload is:

						// onload="if(window.SetMenu)window.SetMenu='x_x'"

						// x_x represents the menu item MenuX_X=new Array(.......

						// To preset the menu to no item use '0' for 'x_x' 





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





						// Below some pretty useless effects, since only IE5+ 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 MenuSlide="";

	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";

	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";





	var MenuShadow="";

	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";

	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";





	var MenuOpacity="";

//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";





	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" 






//WELKOM

Menu1=new Array("Welkom","index.htm","",0,20,140,"","","","","","",-1,-1,-1,"","");



//CLUB

Menu2=new Array("Onze Club","onzeclub.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");



//KALENDER

Menu3=new Array("Kalender","kalender.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

	

//WEDSTRIJDRESULTATEN

	Menu4=new Array("Wedstrijden","","",2,20,100,"","","","","","",-1,-1,-1,"","");

		Menu4_1=new Array("OCK 2011","","",2,20,100,"","","","","","",-1,-1,-1,"","");
	
				Menu4_1_1=new Array("Jeugd","OCK-jeugd2011.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
				
				Menu4_1_2=new Array("Volwassenen","OCK-volwassenen2011.html","",0,20,100,"","","","","","",-1,-1,-1,"","");

		Menu4_2=new Array("Dubbeltornooi","Dubbeltornooi 2011.html","",0,20,100,"","","","","","",-1,-1,-1,"","");

	
			
//LINKS

	Menu5=new Array("Links","links.htm","",0,20,140,"","","","","","",-1,-1,-1,"","");



//Nieuwsbrief
	
	Menu6=new Array("Nieuwsbrief","nieuwsbrief.html","",0,20,100,"","","","","","",-1,-1,-1,"","");

			
	
//Historiek

	Menu7=new Array("Historiek","historiek.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	
	
//Fotoboek

	Menu8=new Array("Fotoboek","Fotoboek.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	

//Speler in de kijker

Menu9=new Array("Speler in de kijker","","",1,20,140,"","","","","","",-1,-1,-1,"","");

	Menu9_1=new Array("Maxim","Maxim.html","",0,20,100,"","","","","","",-1,-1,-1,"","");








