// 1. OPBOUW VAN HET MENU-UITZICHT:

	var NoOffFirstLineMenus=8;			// aantal hoofditems
	
	var LowBgColor='550055';			// achtergrondkleur hoofditems
	var HighBgColor='#810040';			// achtergrondkleur hoofditems bij muisover
	var FontLowColor='#BBBBCC';			// tekstkleur hoofditems
	var FontHighColor='BBBBCC';		  	// tekstkleur hoofditems bij muisover
	
	var LowSubBgColor='550055';			// achtergrondkleur subitems
	var HighSubBgColor='#BBBBCC';			// achtergrondkleur subitems bij muisover
	var FontSubLowColor='#BBBBCC';			// tekstkleur subitems
	var FontSubHighColor='550055';			// tekstkleur subitems bij muisover 
	
	var BorderColor='#BBBBCC';			// randkleur hoofitems
	var BorderSubColor='#BBBBCC';			// 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='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=.2;				// horizontale overlapping child/ parent
	var ChildVerticalOverlap=.2;			// verticale overlapping child/ parent
	
	var StartTop=0;						// 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=['../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","GB page_home.html","",0,20,120);

Menu2=new Array("General","","",3);
	Menu2_1=new Array("what we do","GB page_wat.html","",0,20,120);	
	Menu2_2=new Array("where ?","GB page_waar.html","",0);
	Menu2_3=new Array("who is who ?","","",2);
		Menu2_3_1=new Array("co-operators","GB page_wie.html","",0,20,120);
		Menu2_3_2=new Array("profiles","GB page_wie_profielen.html","",0);

Menu3=new Array("Projects","","",1);
	Menu3_1=new Array("education","#","",4,20,120);
		Menu3_1_1=new Array("goals","GB page_projecten_onderwijs_doelstellingen.html","",0,20,120);
		Menu3_1_2=new Array("schools","GB page_projecten_onderwijs_scholen.html","",0);
		Menu3_1_3=new Array("follow up","GB page_projecten_onderwijs_opvolging.html","",0);
		Menu3_1_4=new Array("extra","GB page_projecten_onderwijs_extra.html","",0);


Menu4=new Array("Activities","","",5);
	Menu4_1=new Array("calendar","GB page_kalender.html","",0,20,120);
	Menu4_2=new Array("archive","GB page_activiteiten_archief.html","",0);
	Menu4_3=new Array("initiatives","GB page_initiatieven.html","",0);
	Menu4_4=new Array("newsletters","GB page_nieuwsbrieven.html","",0);	
	Menu4_5=new Array("pictures","GB page_beeldmateriaal.html","",0);	

Menu5=new Array("Donations","GB page_donaties.html","",0,20,120);
		
Menu6=new Array("Contact","","",3);
	Menu6_1=new Array("contact us","GB page_contact.html","",0,20,120);
	Menu6_2=new Array("volunteers","GB page_vrijwilligers.html","",0);
	Menu6_3=new Array("feedback","GB page_rondvraag.html","",0);

Menu7=new Array("Various","","",4);
	Menu7_1=new Array("educational","GB page_educatief.html","",0,20,120);
	Menu7_2=new Array("sales","GB page_verkoop.html","",0);
	Menu7_3=new Array("downloads","GB page_downloads.html","",0);
	Menu7_4=new Array("links","GB page_links.html","",0);
	
Menu8=new Array("Sitemap","GB page_sitemap.html","",0,20,120);






