// 1. OPBOUW VAN HET MENU-UITZICHT:

	var NoOffFirstLineMenus=7;			// aantal hoofditems
	
	var LowBgColor='#FDFFA4';			// achtergrondkleur hoofditems
	var HighBgColor='#996600';			// achtergrondkleur hoofditems bij muisover
	var FontLowColor='#996600';			// tekstkleur hoofditems
	var FontHighColor='#FDFFA4';		    // tekstkleur hoofditems bij muisover
	
	var LowSubBgColor='#FDFFA4';			// achtergrondkleur subitems
	var HighSubBgColor='#996600';		// achtergrondkleur subitems bij muisover
	var FontSubLowColor='#996600';		// tekstkleur subitems
	var FontSubHighColor='#FDFFA4';		// tekstkleur subitems bij muisover 
	
	var BorderColor='#996600';			// randkleur hoofitems
	var BorderSubColor='#996600';		// randkleur voor subitems
	var BorderWidth=0;					// randdikte
	var BorderBtwnElmnts=0;				// rand=1, geen rand=0
	
	var FontFamily="verdana,arial,times"// lettertype
	var FontSize=8;						// lettergrootte
	var FontBold=1;						// 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='center';			// menubalk horizontale positie: left, center of right
	var MenuVerticalCentered='top';		// menubalk verticale positie: top,middle,bottom,static
	
	var ChildOverlap=.1;				// horizontale overlapping child/ parent
	var ChildVerticalOverlap=.2;		// verticale overlapping child/ parent
	
	var StartTop=50;			// menu beginpositie x
	var StartLeft=0;			// 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=['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","http://bierproeversclubhic.ingelmunster.org/home.php","",1,20,75);
	Menu1_1=new Array("HELP","http://bierproeversclubhic.ingelmunster.org/help.php","",0,20,72);

Menu2=new Array("GASTENBOEK","http://bierproeversclubhic.ingelmunster.org/gastenboek.php","",0,20,120);

Menu3=new Array("LINKS","http://bierproeversclubhic.ingelmunster.org/linken.php","",0,20,80);

Menu4=new Array("ONZE CLUB","","",5,20,115);
	Menu4_1=new Array("WIE ZIJN WIJ","http://bierproeversclubhic.ingelmunster.org/wiezijnwij.php","",0,20,112);
	Menu4_2=new Array("DOELSTELLINGEN","http://bierproeversclubhic.ingelmunster.org/doelstelling.php","",0,20,112);
	Menu4_3=new Array("WERKING","http://bierproeversclubhic.ingelmunster.org/werking.php","",0,20,112);
	Menu4_4=new Array("REGLEMENT","http://bierproeversclubhic.ingelmunster.org/reglement.php","",0,20,112);
	Menu4_5=new Array("NIEUWSBRIEVEN","http://bierproeversclubhic.ingelmunster.org/nieuwsbrieven.php","",0,20,112);
	
Menu5=new Array("ACTIVITEITEN","","",6,20,130);
	Menu5_1=new Array("PROEVINGEN","http://bierproeversclubhic.ingelmunster.org/proeving.php","",0,20,127);
	Menu5_2=new Array("VARIA","","",1,20,127);
		Menu5_2_1=new Array("Het HIC Lied","http://bierproeversclubhic.ingelmunster.org/lied.php","",0,20,85);
	
	Menu5_3=new Array("CLUB KAARTING","http://bierproeversclubhic.ingelmunster.org/kaarting.php","",0,20,127);

	Menu5_4=new Array("VERRASSINGSREIS","http://bierproeversclubhic.ingelmunster.org/berichten/2009/Reis2009.pdf","",0,20,127);
		//Menu5_4_1=new Array("Klik hier","http://bierproeversclubhic.ingelmunster.org/berichten/2009/Reis2009.pdf","",0,20,130);
		//Menu5_4_1=new Array("BBQ 2007 - Verslag","http://bierproeversclubhic.ingelmunster.org/berichten/2007/BBQfietstocht.pdf","",0,20,130);
	
	Menu5_5=new Array("BIERHAPPENINGS","","",2,20,127);	
	
		Menu5_5_1=new Array("VAN 2009 >","","",5,20,85);
			Menu5_5_1_1=new Array("St.NIKLAAS","http://bierproeversclubhic.ingelmunster.org/berichten/2009/BierfStNikl.pdf","",0,20,105);
			Menu5_5_1_2=new Array("WAREGEM","http://bierproeversclubhic.ingelmunster.org/berichten/2009/BierfWaregem.pdf","",0,20,105);
			Menu5_5_1_3=new Array("ZWEVEGEM","http://bierproeversclubhic.ingelmunster.org/berichten/2009/BierfZwevegem.pdf","",0,20,105);
			Menu5_5_1_4=new Array("DENDERLEEUW","http://bierproeversclubhic.ingelmunster.org/berichten/2009/BierfDenderleeuw.pdf","",0,20,105);
			Menu5_5_1_5=new Array("BISSEGEM","http://bierproeversclubhic.ingelmunster.org/berichten/2009/BierfBissegem.pdf","",0,20,105);

		Menu5_5_2=new Array("VAN 2010 >","","",3,20,85);
			Menu5_5_2_1=new Array("St.NIKLAAS","http://bierproeversclubhic.ingelmunster.org/berichten/2010/BierfStNikl.pdf","",0,20,105);
			Menu5_5_2_2=new Array("BEVEREN LEIE","http://bierproeversclubhic.ingelmunster.org/berichten/2010/BierfWaregem.pdf","",0,20,105);
			Menu5_5_2_3=new Array("ZWEVEGEM","http://bierproeversclubhic.ingelmunster.org/berichten/2010/BierfZwevegem.pdf","",0,20,105);
			//Menu5_5_2_4=new Array("ANTWERPEN","http://bierproeversclubhic.ingelmunster.org/berichten/2008/BierfAntwerpen.pdf","",0,20,105);
			//Menu5_5_2_5=new Array("ZWEVEGEM","http://bierproeversclubhic.ingelmunster.org/berichten/2008/BierfZwevegem.pdf","",0,20,105);
			//Menu5_5_2_6=new Array("ORVAL","http://bierproeversclubhic.ingelmunster.org/berichten/2008/OpenDeurOrval.pdf","",0,20,105);
			//Menu5_5_2_7=new Array("ESSEN","http://bierproeversclubhic.ingelmunster.org/berichten/2008/Kerstbierfestival.pdf","",0,20,120);

	Menu5_6=new Array("SPECIAL EVENTS","","",1,20,127);
		Menu5_6_1=new Array("NOG GEEN","","",0,20,105);	
		//Menu5_6_2=new Array("TATSEVOET","http://bierproeversclubhic.ingelmunster.org/berichten/2009/Tatsevoet.pdf","",0,20,105);
		//Menu5_6_3=new Array("CULTUURCAFE","http://bierproeversclubhic.ingelmunster.org/berichten/2009/Cultuurcafe.pdf","",0,20,105);	
		//Menu5_6_4=new Array("PROF.GOEDBIER","http://bierproeversclubhic.ingelmunster.org/berichten/2009/AfficheGoedbier.pdf","",0,20,105);
	
Menu6=new Array("CONTACT","","",2,20,105);
	Menu6_1=new Array("BESTUURSLID","http://bierproeversclubhic.ingelmunster.org/informatie.php","",0,20,102);
	Menu6_2=new Array("WEBBEHEERDER","http://bierproeversclubhic.ingelmunster.org/infowebb.php","",0,20,102);

Menu7=new Array("INSCHRIJVEN","","",2,20,110);
	Menu7_1=new Array("PROEVING","http://bierproeversclubhic.ingelmunster.org/insproeving.php","",0,20,110);
	Menu7_2=new Array("NIEUWSBRIEF","http://bierproeversclubhic.ingelmunster.org/insnieuwsbrief.php","",0,20,110);
	//Menu7_3=new Array("BBC/Fietstocht","http://bierproeversclubhic.ingelmunster.org/insbbc.php","",0,20,110);	

//Menu8=new Array("LOGIN BESTUUR","http://bierproeversclubhic.ingelmunster.org/axlogin.php","",0,20,110);
