/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#F0A810';			// Background color when mouse is not over
	var LowSubBgColor='#F0A810';			// Background color when mouse is not over on subs
	var HighBgColor='#980000';			// Background color when mouse is over
	var HighSubBgColor='#980000';			// Background color when mouse is over on subs
	var FontLowColor='maroon';			// Font color when mouse is not over
	var FontSubLowColor='maroon';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#F8CC78';			// Border color
	var BorderSubColor='#F8CC78';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","",0,20,119);

Menu2=new Array("Who we are","","",5);
	Menu2_1=new Array("Beginnings","beginnings.html","",0,20,150);	
	Menu2_2=new Array("Our Founder","our_founder.html","",1);
	Menu2_2_1=new Array("Favours received","favours_received.html","",0,20,100);
	Menu2_3=new Array("Extraordinary Blessing","extraordinary_blessing.html","",0);
	Menu2_4=new Array("Spirit and Aim","spirit_and_aim.html","",0);
	Menu2_5=new Array("Holy Family Crest","holy_family_crest.html","",0);


Menu3=new Array("Where we are","where.html","",2);
	Menu3_1=new Array("International / Headquarters","international_headquarters.html","",0,20,200);
	Menu3_2=new Array("Province of Britain and Ireland","province_of_britain_ireland.html","",0);

Menu4=new Array("Holy Family Association","","",5,33);
	Menu4_1=new Array("Apostolic Sisters","apostolic_sisters.html","",9,20,180);
		Menu4_1_1=new Array("Sr Pauline","sr_pauline.html","",0,20,100);
		Menu4_1_2=new Array("Sr Kathleen","sr_kathleen.html","",0);
		Menu4_1_3=new Array("Sr Bernadette","sr_bernadette.html","",0);
		Menu4_1_4=new Array("Sr Catherine","sr_catherine.html","",0);
		Menu4_1_5=new Array("Sr Marie","sr_marie.html","",0);
		Menu4_1_6=new Array("Sr Veronica","sr_veronica.html","",0);
		Menu4_1_7=new Array("Sr Paul","sr_paul.html","",0);
		Menu4_1_8=new Array("Sr Frances","sr_frances.html","",0);
		Menu4_1_9=new Array("Sr Claire","sr_claire.html","",0);
	Menu4_2=new Array("Contemplative Sisters","contemplative_sisters.html","",3);
		Menu4_2_1=new Array("Sr Teresa","sr_teresa.html","",0,20,100);
		Menu4_2_2=new Array("Sr Bernadette","sr_bernadette2.html","",0);
		Menu4_2_3=new Array("Sr Izabela","sr_izabela.html","",0);
	Menu4_3=new Array("Secular Women with Vows","secular_women.html","",2);
		Menu4_3_1=new Array("Myra","anonymous_1.html","",0,20,100);
		Menu4_3_2=new Array("Maria","anonymous_2.html","",0);
	Menu4_4=new Array("Lay Associates","lay_associates.html","",7);
		Menu4_4_1=new Array("Jean and Alan","jean_alan.html","",0,20,100);
		Menu4_4_2=new Array("Gerry and Irene","gerry_irene.html","",0);
		Menu4_4_3=new Array("Bob and Sue","bob_sue.html","",0);
		Menu4_4_4=new Array("Mai and Bert","mai_bert.html","",0);
		Menu4_4_5=new Array("Jean and Hugh","jean_hugh.html","",0);
		Menu4_4_6=new Array("Patrick","patrick.html","",0);
		Menu4_4_7=new Array("Grace","grace.html","",0);
	Menu4_5=new Array("Priest Associates","priest_associates.html","",2);
		Menu4_5_1=new Array("Fr Selverajah","fr_selvarajah.html","",0,20,180);
		Menu4_5_2=new Array("Stories of Priest Associates","priest_associates2.html","",0);

Menu5=new Array("Glossary","glossary.html","",0);

Menu6=new Array("Pray with us","pray_with_us.html","",2);
	Menu6_1=new Array("Prayer for the Day","prayer_for_the_day.asp","",0,20,150);
	Menu6_2=new Array("Themes for Prayer","themes_for_prayer.asp","",0);

Menu7=new Array("A Way of Life for you?","way_of_life.html","",1,33);
	Menu7_1=new Array("Our Mission Statement","missionstatement.html","",0,20,150);

Menu8=new Array("Guest Book","guestbook.html","",0);

Menu9=new Array("Notice Board","noticeboard.asp","",0);

Menu10=new Array("Links","links.asp","",7);
	Menu10_1=new Array("Education","view_link.asp?cat=7","",0,20,140);
	Menu10_2=new Array("Justice and Peace","view_link.asp?cat=2","",0);
	Menu10_3=new Array("Liturgy Resources","view_link.asp?cat=5","",0);
	Menu10_4=new Array("Parishes and Dioceses","view_link.asp?cat=3","",0);
	Menu10_5=new Array("Prayer","view_link.asp?cat=1","",0,20,140);
	Menu10_6=new Array("Religious Communities","view_link.asp?cat=6","",0);
	Menu10_7=new Array("Spirituality","view_link.asp?cat=4","",0);

Menu11=new Array("Contact us","contact_us.html","",0);
