/*	(c) Eric Staal 2002 *
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=10;		// Number of first level items
	var LowBgColor='fffccc';		// Background color when mouse is not over
	var LowSubBgColor='fffccc';		// Background color when mouse is not over on subs
	var HighBgColor='fffccc';		// Background color when mouse is over
	var HighSubBgColor='fffccc';		// Background color when mouse is over on subs
	var FontLowColor='black';		// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='black';		// Font color when mouse is over
	var FontSubHighColor='purple';	        // Font color subs when mouse is over
	var BorderColor='black';		// Border color
	var BorderSubColor='black';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="VERDANA"		// 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='left';	 	// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=01;				// Menu offset x coordinate
	var StartLeft=05;	 			// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;		// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=1500;		// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';		// Frame where first level appears
	var SecLineFrame='space';		// Frame where sub levels appear
	var DocTargetFrame='space';		// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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;			// menu unfolds onclick or onmouseover 1 or 0
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

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","index.htm","",0,15,40);
Menu2=new Array("Nieuws","nieuws.htm","",0,15,50);
Menu3=new Array("Wie ben ik","","",3,15,70);
  Menu3_1=new Array("Even voorstellen","voorstellen.htm","",0,15,125);	
  Menu3_2=new Array("Hobbies","hobbies.htm","",0);
  Menu3_3=new Array("Werk","werk.htm","",0);
Menu4=new Array("Duiken","nog_niet_aanwezig.htm","",0,15,50);
Menu5=new Array("Mijn vakanties","","",3,15,100);
  Menu5_1=new Array("Duiken","vakantie_duiken.htm","",9,15,125);
    Menu5_1_1=new Array("Algemeen","nog_niet_aanwezig.htm","",0,15,200);
    Menu5_1_2=new Array("Dahab Egypte maart 2000","nog_niet_aanwezig.htm","",0);	
    Menu5_1_3=new Array("Turkije september 2000","turkije-09-2000.htm","",0);
    Menu5_1_4=new Array("Dahab Egypte november 2000","nog_niet_aanwezig.htm","",0);
    Menu5_1_5=new Array("Dahab Egypte maart 2001","nog_niet_aanwezig.htm","",0);
    Menu5_1_6=new Array("Dahab Egypte oktober 2001","nog_niet_aanwezig.htm","",0);
    Menu5_1_7=new Array("Dahab Egypte maart 2002","egypte-03-2002.htm","",0);
    Menu5_1_8=new Array(" ","","",0);
    Menu5_1_9=new Array("Weekendjes Zeeland","nog_niet_aanwezig.htm","",0);
  Menu5_2=new Array("Skien","nog_niet_aanwezig.htm","",0);
  Menu5_3=new Array("Bergbeklimmen","nog_niet_aanwezig.htm","",0);
Menu6=new Array("Fotogalerie","","",4,15,80);
  Menu6_1=new Array("Duiken","nog_niet_aanwezig.htm","",0,15,125);
  Menu6_2=new Array("Skien","nog_niet_aanwezig.htm","",0);
  Menu6_3=new Array("Bergbeklimmen","nog_niet_aanwezig.htm","",0);
  Menu6_4=new Array("Diversen","foto-diversen.htm","",0);
Menu7=new Array("Links","","",5,15,40);
  Menu7_1=new Array("Duiken","nog_niet_aanwezig.htm","",0,15,125);
  Menu7_2=new Array("Skien","nog_niet_aanwezig.htm","",0);
  Menu7_3=new Array("Bergbeklimmen","nog_niet_aanwezig.htm","",0);
  Menu7_4=new Array("Het Weer","nog_niet_aanwezig.htm","",0);
  Menu7_5=new Array("Diversen","nog_niet_aanwezig.htm","",0);
Menu8=new Array("Diversen","","",6,15,60);
  Menu8_1=new Array("Congratulation Maria and Gert","felicida.htm","",0,15,200);	
  Menu8_2=new Array("Test","test.htm","",0);
  Menu8_3=new Array("Invitation, een gedicht...","invitation.htm","",0);  
  Menu8_4=new Array("Diversen 4","nog_niet_aanwezig.htm","",0);
  Menu8_5=new Array("Diversen 5","nog_niet_aanwezig.htm","",0);
  Menu8_6=new Array("Diversen 6","nog_niet_aanwezig.htm","",0);
Menu9=new Array("English","eng_home.htm","",0,15,50);
Menu10=new Array("Info&Contact","info.htm","",0,15,90);
