/*	(c) Ger Versluis 2000 version 5.3. 10 December 2001	
	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='silver';			// Background color when mouse is over
	var HighSubBgColor='silver';			// Background color when mouse is over on subs
	var FontLowColor='#B8A34B';			// Font color when mouse is not over
	var FontSubLowColor='#B8A34B';			// 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.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.9;			// 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=3;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='left down';			// Frame where first level appears
	var SecLineFrame='left down';			// 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=1;				// 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("Home","index-penp.html","",0,20,128);
Menu2=new Array("Vinden/Zoeken","/zoek/index.php","",0,20,128);
Menu3=new Array("Encyclopedie","encyclopedie.htm","",0,20,128);
Menu4=new Array("Archief","archief.htm","",0,20,128);
Menu5=new Array("Links","javascript:NewWin=window.open('links.htm','NWin');window['NewWin'].focus()","",0,20,128);
Menu6=new Array("Contact","parochiecentrum.htm","",0,20,128);
Menu7=new Array("Paulusjaar","/paulusjaar/Agenda.htm","",0,20,128);
//Menu8=new Array("Vierwindenlaan 11 5037 MN  TILBURG 013 467 05 80","parochiecentrum.htm","",0,52,128);
