
	var NoOffFirstLineMenus=7;				// Number of first level items
	var LowBgColor='#4682B4';					// Background color when mouse is not over
	var LowSubBgColor='#E5E678';				// Background color when mouse is not over on subs
	var HighBgColor='#5E4DDF';					// Background color when mouse is over
	var HighSubBgColor='#5E4DDF';				// Background color when mouse is over on subs
	var FontLowColor='YELLOW';				// Font color when mouse is not over
	var FontSubLowColor='#5E4DDF';			// Font color subs when mouse is not over
	var FontHighColor='#E5E678';				// Font color when mouse is over
	var FontSubHighColor='#E5E678';			// Font color subs when mouse is over
	var BorderColor='#4682B4';					// Border color
	var BorderSubColor='#3B27D3';			// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=1;					// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// Font family menu items
	var FontSize=8;							// Font size menu items
	var FontBold=1;							// 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='center';				// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;							// Menu offset x coordinate
	var StartLeft=0;						// Menu offset y coordinate
	var VerCorrect=0;						// Multiple frames y correction
	var HorCorrect=100;						// Multiple frames x correction
	var LeftPaddng=3;						// Left padding
	var TopPaddng=2;						// Top padding
	var FirstLineHorizontal=1;				// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;				// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;				// delay before menu folds in
	var TakeOverBgColor=1;					// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';				// Frame where first level appears  origineel  navig
	var SecLineFrame='top';					// Frame where sub levels appear    origineel  space
	var DocTargetFrame='main';				// Frame where target documents appear
	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 highlighted
	var Arrws=['resource/images/pijlrechts.gif',20,20,'resource/images/pijlonder.gif',20,20];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	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","main.html","",0,16,50);

Menu2=new Array("Geboorte info","","",2,10,120);
	Menu2_1=new Array("Jasper","jasper.htm","",0,20,120);
	Menu2_2=new Array("Martijn","martijn.htm","",0);
		
Menu3=new Array("Foto's","","",2,10,80);
	Menu3_1=new Array("2003","","",4,20,160);
		Menu3_1_1=new Array("Juni 2003","resource/images/juni2003/index.html","",0,20,150);
		Menu3_1_2=new Array("November 2003","resource/images/november2003/index.html","",0,20,150);
		Menu3_1_3=new Array("Sinterklaas 2003","resource/images/sinterklaas2003/index.html","",0,20,150);
		Menu3_1_4=new Array("Kerst 2003","resource/images/kerst2003/index.html","",0,20,150);
	Menu3_2=new Array("2002","","",1,20,100);
		Menu3_2_1=new Array("Augustus 2002","resource/images/augustus2002/index.html","",0,20,150);

Menu4=new Array("Nieuws","","",2,10,80);
	Menu4_1=new Array("Recent","recent_nieuws.htm","",0,20,160);
	Menu4_2=new Array("Historisch","oud_nieuws.htm","",0,20,100);

Menu5=new Array("Geboortekaartje","gebkaart.htm","",0,10,130);
	
Menu6=new Array("Links","links.html","",0,20,50);
	
Menu7=new Array("Feedback","","",2,10,100);
	Menu7_1=new Array("Contact","contact.htm","",0,20,100);
	Menu7_2=new Array("Gastenboek","http://twin.write2me.nl","",0);

