// 1. OPBOUW VAN HET MENU-UITZICHT:

	var NoOffFirstLineMenus=7;			// aantal hoofditems
	
	var LowBgColor='#000099';			// achtergrondkleur hoofditems
	var HighBgColor='#FFFFFF';			// achtergrondkleur hoofditems bij muisover
	var FontLowColor='#FFFFFF';			// tekstkleur hoofditems
	var FontHighColor='#000099';		    // tekstkleur hoofditems bij muisover
	
	var LowSubBgColor='#000099';			// achtergrondkleur subitems
	var HighSubBgColor='#FFFFFF';		// achtergrondkleur subitems bij muisover
	var FontSubLowColor='#FFFFFF';		// tekstkleur subitems
	var FontSubHighColor='#000099';		// tekstkleur subitems bij muisover 
	
	var BorderColor='#FFFFFF';			// randkleur hoofitems
	var BorderSubColor='#FFFFFF';		// randkleur voor subitems
	var BorderWidth=1;					// randdikte
	var BorderBtwnElmnts=1;				// rand=1, geen rand=0
	
	var FontFamily="helvetica"			// lettertype
	var FontSize=9;						// lettergrootte
	var FontBold=0;						// vet=1, normaal=0
	var FontItalic=0;					// schuin=1, normaal=0
	
	var MenuTextCentered='left';		// tekst positie: left, center of right
	
	var FirstLineHorizontal=1;			// horizontaal menu=1, verticaal menu=0
	var MenuCentered='left';			// 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=20;					// menu beginpositie x
	var StartLeft=265;					// menu beginpositie y
	
	var VerCorrect=0;					// plaats subitems in ander frame (verticale positie)
	var HorCorrect=0;					// plaats subitems in ander frame (horizontale positie)
	
	var LeftPaddng=3;					// positie tekst in items vanaf links
	var TopPaddng=2;					// positie tekst in items vanaf 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='boven';			// framenaam invullen waar hoofditems verschijnen
	var SecLineFrame='onder';			// framenaam invullen waar subitems verschijnen
	var DocTargetFrame='onder';			// framenaam invullen waar target documenten verschijnen
	var TargetLoc='';					// 
	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=1;					// gebruikt pijltjes indien 1
	var KeepHilite=1;					// houd gekozen pad highlighted
	var Arrws=['../pics/right.gif',9,6,'../pics/down.gif',9,6,'../pics/left.gif',9,6];//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","marinayachtingcenter_fr.html","",0,20,107);

Menu2=new Array("Voiliers","produits.html","",5);
	Menu2_1=new Array("La gamme","framesetzeiljachten.html","",0,20,100);	
	Menu2_2=new Array("Les promotions","produits.html#pzj","",0);
	Menu2_3=new Array("Occasions","produits.html#tzj","",0);
	Menu2_4=new Array("Nouvelles","produits.html#nzj","",0);
	Menu2_5=new Array("Marinanews","http://www.marinanews.be/home_fr.html","",0);

Menu3=new Array("Bateaux a moteurs","produits.html","",6);
	Menu3_1=new Array("La gamme","framesetmotorboten.html","",0,20,100);
	Menu3_2=new Array("Rigiflex","framesetrigiflex.html","",0);
	Menu3_3=new Array("Les promotions","produits.html#pmb","",0);
	Menu3_4=new Array("Occasions","produits.html#tmb","",0);
	Menu3_5=new Array("Nouvelles","produits.html#nmb","",0);
	Menu3_6=new Array("Marinanews","http://www.marinanews.be/home_fr.html","",0);
	
Menu4=new Array("Vedettes: Prestige","produits.html","",5);
	Menu4_1=new Array("La gamme","framesetmotorjachten.html","",0,20,100);
	Menu4_2=new Array("Les promotions","produits.html#pmj","",0);
	Menu4_3=new Array("Occasions","produits.html#tmj","",0);
	Menu4_4=new Array("Nouvelles","produits.html#nmj","",0);
	Menu4_5=new Array("Marinanews","http://www.marinanews.be/home_fr.html","",0);

Menu5=new Array("Notre societe","parlonsdenous.html","",2);
	Menu5_1=new Array("l'Histoire","parlonsdenous.html","",0,20,100);
	Menu5_2=new Array("Notre equipage","parlonsdenous.html#crew","",0,20,100);
	
Menu6=new Array("Liens","liens.html","",0);

Menu7=new Array("Nederlands","marinayachtingcenter_nl.html","",0);
	