//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#9e9e9e';
	var LowSubBgColor='#9e9e9e';			// Background color when mouse is not over on subs
	var HighBgColor='#9e9e9e';
	var HighSubBgColor='#9e9e9e';			// Background color when mouse is over on subs
	var FontLowColor='black';
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#666666';
	var BorderSubColor='#666666';			// Border color for subs
	var BorderWidth=1;
	var BorderBtwnElmnts=0;
	var FontFamily="verdana"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';
	var MenuVerticalCentered='bottom';
	var ChildOverlap=0;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=15;
	var TopPaddng=4;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='topframe';
	var SecLineFrame='contentframe';
	var DocTargetFrame='contentframe';

	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height



function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// menu tree oud
//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

// Menu tree nieuw
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Home","p_home.html","",0,23,125);

Menu2=new Array("NBK 2011","","",7);
	Menu2_1=new Array("Inschrijving","p_inschrijving.htm","",0,23,145);
	Menu2_2=new Array("Deelnemers","p_deelnemers.htm","",0);
	Menu2_3=new Array("Dagindeling","p_dagindeling.htm","",0);
	Menu2_4=new Array("Jury","p_jury.htm","",0);
	Menu2_5=new Array("Uitslagen","p_uitslagen.htm","",0);
	Menu2_6=new Array("Kaartverkoop","p_kaartverkoop.htm","",0);
	Menu2_7=new Array("Twitter","p_twitter.htm","",0);
	
Menu3=new Array("Try-outs","p_tryout.html","",0);

Menu4=new Array("Historie","","",4);
	Menu4_1=new Array("Winnaars","p_winnaars.htm","",0,23,125);
	Menu4_2=new Array("Composities","p_composities.htm","",0);
	Menu4_3=new Array("Foto's","","",10);
	Menu4_3_1=new Array("2011","fotos/nbk2011/index.html","",0,23,80);
	Menu4_3_2=new Array("2010","fotos/nbk2010/index.html","",0);
	Menu4_3_3=new Array("2009","fotos/nbk2009/index.html","",0);
	Menu4_3_4=new Array("2008","fotos/nbk2008/index.html","",0);
	Menu4_3_5=new Array("2007","fotos/nbk2007/index.html","",0);
	Menu4_3_6=new Array("2006","fotos/nbk2006/NBK2006/index.html","",0);
	Menu4_3_7=new Array("2005","fotos/nbk2005/NBK2005/index.html","",0);
	Menu4_3_8=new Array("2004","p_2004.htm","",0);
	Menu4_3_9=new Array("2003","p_2003.htm","",0);
	Menu4_3_10=new Array("2002","p_2002.htm","",0);
	Menu4_4=new Array("Ontstaan","p_ontstaan.htm","",0);

Menu5=new Array("Links","","",2);
	Menu5_1=new Array("Brassbands","p_brassbands.htm","",0,23,125);
	Menu5_2=new Array("Bonden","p_bonden.htm","",0);
	
Menu6=new Array("Contact","p_contact.htm","",0);
	
Menu7=new Array("E-mail","mailto:secretariaat@enbk.nl","",0);

Menu8=new Array("Sponsors","p_sponsorlijst.html","",0);

