/*	(c) Ger Versluis 2000 version 5.3. 10 December 2001	
	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='#5967E8';			// Background color when mouse is not over on subs
	var HighBgColor='#CECECE';			// Background color when mouse is over
	var HighSubBgColor='#CECECE';			// Background color when mouse is over on subs
	var FontLowColor='#B8A34B';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='blue';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#B8A34B';			// Border color
	var BorderSubColor='#B8A34B';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Georgia"			// Font family menu items
	var FontSize=9;					// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='middle';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=-0.04;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;				// delay before menu folds in
	var TakeOverBgColor=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='rtop';			// Frame where first level appears
	var SecLineFrame='rbottom';			// Frame where sub levels appear
	var DocTargetFrame='rbottom';	       		// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	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;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//  Menu tree;
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg";



Menu1=new Array("Activiteiten","","",8,20,112);
Menu1_1=new Array("Agenda & Vieringen","agenda.htm","",0,34,112);
Menu1_2=new Array("Vespers","vespers.htm","",0,20,112);
Menu1_3=new Array("Parochie projecten","parochieproject.htm","",0,34,112);
Menu1_4=new Array("Lectio Divina","LectioDivina.htm","",0,20,112);
Menu1_5=new Array("Leerhuis","leerhuis.htm","",0,20,112);
Menu1_6=new Array("Cursussen","cursussen.htm","",0,20,112);
Menu1_7=new Array("Alles Kidz","kidz pagina.htm","",0,20,112);
Menu1_8=new Array("Jongeren","jongeren.htm","",0,20,112);

Menu2=new Array("Parochie","","",7,20,112);
Menu2_1=new Array("Algemeen","parochie alg.htm","",0,20,112);
Menu2_2=new Array("Organisatie","organisatie.htm","",0,20,112);
Menu2_3=new Array("Kerkgebouw","pw-fototour.htm","",0,20,112);
Menu2_4=new Array("Lid zijn/worden","lid worden.htm","",0,20,112);
Menu2_5=new Array("Verhuizen","verhuizen.htm","",0,20,112);
Menu2_6=new Array("Vacatures","vacatures.htm","",0,20,112);
Menu2_7=new Array("Partner-parochie","partnerparochie.htm","",0,34,112);

Menu3=new Array("Leven & Dood","","",7,20,137);
Menu3_1=new Array("Algemeen","l&d algemeen.htm","",0,20,137);
Menu3_2=new Array("Geboorte & Doop","l&d geboorte.htm","",0,20,137);
Menu3_3=new Array("Eerste communie","l&d communie.htm","",0,20,137);
Menu3_4=new Array("Vormsel","l&d vormsel.htm","",0,20,137);
Menu3_5=new Array("Huwelijk","l&d huwelijk.htm","",0,20,137);
Menu3_6=new Array("Ziekte","l&d ziekte.htm","",0,20,137);
Menu3_7=new Array("Overlijden","l&d overlijden.htm","",0,20,137);

Menu4=new Array("Kerkelijk leven","","",5,20,112);
Menu4_1=new Array("Algemeen","kerkelijk leven.htm","",0,20,112);
Menu4_2=new Array("Catechese","catechese.htm","",0,20,112);
Menu4_3=new Array("Liturgie","liturgie.htm","",0,20,112);
Menu4_4=new Array("Diaconie","diaconie.htm","",0,20,112);
Menu4_5=new Array("Communio","communio.htm","",0,20,112);

Menu5=new Array("Mededelingen","","",6,20,112);
Menu5_1=new Array("Nieuws","nieuws.htm","",0,20,112);
Menu5_2=new Array("Fotoalbum","fotoalbum.html","",0,20,112);
Menu5_3=new Array("Preek van de week","PnP_Preek","",0,34,112);
Menu5_4=new Array("Mededeling van de week","mededelingvdweek.htm","",0,34,112);
Menu5_5=new Array("Van zes kanten bekeken","van6kanten.htm","",0,34,112);
Menu5_6=new Array("Toekomst parochie","ToekomstParochie.htm","",0,34,112);
