/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#f7f4ed';			// Background color when mouse is not over
	var LowSubBgColor='#f7f4ed';			// Background color when mouse is not over on subs
	var HighBgColor='#e4ddcc';			// Background color when mouse is over
	var HighSubBgColor='#e4ddcc';			// Background color when mouse is over on subs
	var FontLowColor='#8b3004';			// Font color when mouse is not over
	var FontSubLowColor='#8b3004';			// Font color subs when mouse is not over
	var FontHighColor='#8b3004';			// Font color when mouse is over
	var FontSubHighColor='#8b3004';			// Font color subs when mouse is over
	var BorderColor='#999999';			// Border color
	var BorderSubColor='#999999';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=65;				// Menu offset x coordinate
	var StartLeft=45;				// 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='';				// 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
	var Arrws=['images/tri.gif',5,10,'tridown.gif',10,5,'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.htm","",0,20,120);

Menu2=new Array("History","","",9,20,120);
	Menu2_1=new Array("The Foundation of the Abbey","histFoun.htm","",0,20,175);
	Menu2_2=new Array("St. Patrick's Well","histWell.htm","",0,20,175);
	Menu2_3=new Array("The Pilgrim Path","histPath.htm","",0,20,175);
	Menu2_4=new Array("The Abbey Flourishes","histFlourish.htm","",0,20,175);
	Menu2_5=new Array("Church Island","histIsland.htm","",0,20,175);
	Menu2_6=new Array("Burning, Suppression, Destruction","histBurn.htm","",0,30,175);
	Menu2_7=new Array("Sean na Sagart","histSean.htm","",0,20,175);
	Menu2_8=new Array("Famine & Restoration","histFamine.htm","",0,20,175);
	Menu2_9=new Array("Continuous Worship","histWorship.htm","",0,20,175);
	

Menu3=new Array("Visitor Guide","","",10,20,120);
	Menu3_1=new Array("Ballintubber Grounds","vg_grounds.htm","",0,20,175);
	Menu3_2=new Array("Tours","vg_tours.htm","",0,20,175);
	Menu3_3=new Array("Walking Tochar Phadraic","vg_tocP.htm","",0,20,175);
	Menu3_4=new Array("The Celtic Furrow","vg_farrow.htm","",0,20,175);
	Menu3_5=new Array("Church Island","vg_island.htm","",0,20,175);
	Menu3_6=new Array("The Rosary Way","vg_rosary.htm","",0,20,175);
	Menu3_7=new Array("Stations of the Cross","vg_stat.htm","",0,20,175);
	Menu3_8=new Array("Blessed Sacrament Chapel","vg_chapl.htm","",0,20,175);
	Menu3_9=new Array("Visitors Comments","vg_comm.htm","",0,20,175);
	Menu3_10=new Array("Annual Parish Passion Play","vg_play.htm","",0,20,175);
	//Menu3_11=new Array("Retreats","vg_rtrt.htm","",0,20,175);
	

Menu4=new Array("Contact Us","","",2,20,120);
	Menu4_1=new Array("How to find us","con_find.htm","",0,20,175);
	Menu4_2=new Array("Mass Times","con_mass.htm","",0,20,175);
	//Menu4_3=new Array("JAPAN","japan.htm","",0,20,107);
	
Menu5=new Array("Weddings","","",8,20,120);
	Menu5_1=new Array("Booking","marrBook.htm","",0,20,175);
	Menu5_2=new Array("Marriage Papers","marrPaper.htm","",0,20,175);
	Menu5_3=new Array("Notice to Priests","marrPriest.htm","",0,20,175);
	Menu5_4=new Array("Booking Form","marrForm.htm","",0,20,175);
	Menu5_5=new Array("Marriage Time","marrTime.htm","",0,20,175);
	Menu5_6=new Array("Flowers-Candles","marrFlow.htm","",0,20,175);
	Menu5_7=new Array("Music for the Ceremony","marrMusic.htm","",0,20,175);
	Menu5_8=new Array("Booking a Rehearsal","marrRehear.htm","",0,20,175);

Menu6=new Array("Retreats","","",5,20,120);
	Menu6_1=new Array("Adult Retreats","rtr_adult.htm","",0,20,175);
	Menu6_2=new Array("Confirmation Retreats","rtr_conf.htm","",0,20,175);
	Menu6_3=new Array("Post Primary Retreats","rtr_pprim.htm","",0,20,175);
	Menu6_4=new Array("Church Island","rtr_island.htm","",0,20,175);
	Menu6_5=new Array("Celtic Furrow","rtr_farrow.htm","",0,20,175);

Menu7=new Array("Photo Gallery","photoGal.htm","",0,20,120);
	//Menu3_1=new Array("Fishing","cngfish.htm","",0,20,147);
	//Menu3_2=new Array("Boating/Cruises","cCruise.htm","",0,20,147);
	//Menu3_3=new Array("Horse Riding","cnghorse.htm","",0,20,147);
	//Menu3_4=new Array("Golf","cnggolf.htm","",0,20,147);
	//Menu3_5=new Array("Golf Academy","cnggolfacad.htm","",0,20,147);
	//Menu3_6=new Array("Mini Golf","cnggolfmini.htm","",0,20,147);
	//Menu3_7=new Array("Walking","cngwalk.htm","",0,20,147);
	
Menu8=new Array("Art Work","","",5,20,120);
	Menu8_1=new Array("Stained Glass Window","aw_stnGlass.htm","",0,20,175);
	Menu8_2=new Array("Stations of the Cross","aw_stnCross.htm","",0,20,175);
	//Menu8_3=new Array("Statue of our Lady-Oisin Kelly","aw_statKelly.htm","",0,20,175);
	Menu8_3=new Array("Statue of our Lady-Brother Joseph McNally","aw_statNally.htm","",0,30,175);
	Menu8_4=new Array("Ruins of the Abbey","aw_tomb.htm","",0,20,175);
	Menu8_5=new Array("Stonework","aw_stone.htm","",0,20,175);
	//Menu8_6=new Array("Stained Glass Window","aw_stnGlass2.htm","",0,20,175);

Menu9=new Array("Publications","","",9,20,120);
	Menu9_1=new Array("The Story of Ballintubber","pub_story.htm","",0,20,175);
	Menu9_2=new Array("Pathways","pub_path.htm","",0,20,175);
	Menu9_3=new Array("The Rosary Way","pub_rosary.htm","",0,20,175);
	Menu9_4=new Array("Tochar Chriost","pub_chriost.htm","",0,20,175);
	Menu9_5=new Array("Pilgrimage","pub_pilg.htm","",0,20,175);
	Menu9_6=new Array("God Bless All Here Except The Cat","pub_thecat.htm","",0,30,175);
	Menu9_7=new Array("In Need of Healing If Anyone Is Listening","pub_heal.htm","",0,30,175);
	Menu9_8=new Array("Tochar Phadraig - Video","pub_video.htm","",0,20,175);
	Menu9_9=new Array("Cards & Post Cards","pub_cards.htm","",0,20,175);

Menu10=new Array("Newsletter","","",3,20,120);
	Menu10_1=new Array("Parish Newsletter","par_news.php","",0,20,175);
	Menu10_2=new Array("Liturgies","par_east.php","",0,20,175);
	//Menu10_3=new Array("Christmas Liturgies","par_cmas.htm","",0,20,175);
	Menu10_3=new Array("Concerts","par_conc.php","",0,20,175);
	
//Menu11=new Array("Location","location.htm","",0,20,147);