// 1. OPBOUW VAN HET MENU-UITZICHT:

	var NoOffFirstLineMenus=5;			// aantal hoofditems
	
	var LowBgColor='white';			// achtergrondkleur hoofditems
	var HighBgColor='white';			// achtergrondkleur hoofditems bij muisover
	var FontLowColor='0000ff';			// tekstkleur hoofditems
	var FontHighColor='33CCFF';		    // tekstkleur hoofditems bij muisover
	
	var LowSubBgColor='white';			// achtergrondkleur subitems
	var HighSubBgColor='white';		// achtergrondkleur subitems bij muisover
	var FontSubLowColor='0000ff';		// tekstkleur subitems
	var FontSubHighColor='red';		// tekstkleur subitems bij muisover 
	
	var BorderColor='0000ff';			// randkleur hoofitems
	var BorderSubColor='0000ff';		// randkleur voor subitems
	var BorderWidth=1;					// randdikte
	var BorderBtwnElmnts=1;				// rand=1, geen rand=0
	
	var FontFamily="verdana,arial,times"// lettertype
	var FontSize=10;						// lettergrootte
	var FontBold=1;						// vet=1, normaal=0
	var FontItalic=0;					// schuin=1, normaal=0
	
	var MenuTextCentered='center';		// tekst positie: left, center of right
		
	var FirstLineHorizontal=1;			// horizontaal menu=1, verticaal menu=0
	var MenuCentered='center';			// menubalk horizontale positie: left, center of right
	var MenuVerticalCentered='top';		// menubalk verticale positie: top,middle,bottom,static
	
	var ChildOverlap=.2;				// horizontale overlapping child/ parent
	var ChildVerticalOverlap=.2;		// verticale overlapping child/ parent
	
	var StartTop=208;					// menu beginpositie x
	var StartLeft=0;					// menu beginpositie y
	
	var VerCorrect=0;					// multiple frames y correctie
	var HorCorrect=0;					// multiple frames x correctie
	
	var LeftPaddng=3;					// padding links
	var TopPaddng=2;					// padding boven
	
	var DissapearDelay=1000;			// vertraging vooraleer submenu verdwijnt
	
	var MenuFramesVertical=1;			// frames in kolommen of rijen: 1 of 0
	
	var TakeOverBgColor=1;				// menu frame neemt achtergrondkleur subitem frame over
	var FirstLineFrame='_top ';			// framenaam invullen waar hoofditems verschijnen
	var SecLineFrame='_top ';			// framenaam invullen waar subitems verschijnen
	var DocTargetFrame='_top ';			// framenaam invullen waar target documenten verschijnen
	var TargetLoc='';					// span id voor relatief positioneren
	var HideTop=0;						// verberg hoofditems bij laden nieuw document: 1 of 0
	var MenuWrap=0;						// menu wrap aan=1, menu wrap uit=0
	var RightToLeft=0;					// van rechts naar links uitvouwen: 1(indien niet:0)
	var UnfoldsOnClick=0;				// uitvouwen bij muisover=0, bij klikken=1
	var WebMasterCheck=0;				// menu check aan=1, uit=0
	var ShowArrow=0;					// gebruikt pijltjes indien 1
	var KeepHilite=0;					// houd gekozen pad highlighted
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];//Pijltjes:source,width, height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// 2. OPBOUW VAN DE MENU-INHOUD:

//	MenuX=new Array(tekst,link,achtergrondbeeld(=optioneel),aantal subelementen,hoogte,breedte);
//	Voor rolloverbeeldjes, zet i.p.v. tekst: "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.htm","",0,20,85);

Menu2=new Array("Duivenvoorde Transport","","",4,20,200);
	Menu2_1=new Array("Over ons","overons.htm","",0,20,200);	
  	Menu2_2=new Array("Wagenpark","park.htm","",0,20,130);
	Menu2_3=new Array("Historie","historie.html","",0,20,130);	
  	Menu2_4=new Array("Disclaimer","disclaimer.html","",0,20,130);	
  	     		
Menu3=new Array("Vaste verladers","","",7,20,165);
	Menu3_1=new Array("rollover:pics/grootpic.jpg:pics/grootpic.jpg","http://www.duivenvoorde-transport.com/groot.html","",0,50,165);
	Menu3_2=new Array("rollover:pics/rojaalpic.jpg:pics/rojaalpic.jpg","http://www.duivenvoorde-transport.com/rojaal.html","",0,50,165);
	Menu3_3=new Array("rollover:pics/postpic.gif:pics/postpic.gif","http://www.duivenvoorde-transport.com/post.html","",0,100,165);
	Menu3_4=new Array("rollover:pics/greenpic.gif:pics/greenpic.gif","http://www.duivenvoorde-transport.com/greenery.html","",0,50,165);
	Menu3_5=new Array("rollover:pics/hoogpic.gif:pics/hoogpic.gif","http://www.duivenvoorde-transport.com/hoogvliet.html","",0,50,165);
	Menu3_6=new Array("rollover:pics/kornpic.gif:pics/kornpic.gif","http://www.duivenvoorde-transport.com/koorn.html","",0,50,165);
	Menu3_7=new Array("rollover:pics/holpic.gif:pics/holpic.gif","http://www.hollander.nl","",0,50,165);
        	        
  
Menu4=new Array("Vacatures","","",2,20,140);
        Menu4_1=new Array("Vacature","vacature.html","",0,20,140);	
  	Menu4_2=new Array("Vacature formulier","vacform.html","",0,20,150);
	

Menu5=new Array("Contact","","",3,20,135);
      Menu5_1=new Array("Contactgegevens","naw.html","",0,20,135);
	Menu5_2=new Array("Formulier","formulier.html","",0,20,135);
	Menu5_3=new Array("E-mail","mailto:info@duivenvoorde-transport.com","",0,20,135)
