/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	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='#ffcc99';														// Background color when mouse is not over
	var LowSubBgColor='#ffcc99';													// Background color when mouse is not over on subs
	var HighBgColor='#77aadd';														// Background color when mouse is over
	var HighSubBgColor='#99ccff';													// Background color when mouse is over on subs
	var FontLowColor='blue';														// Font color when mouse is not over
	var FontSubLowColor='blue';														// Font color subs when mouse is not over
	var FontHighColor='firebrick';													// Font color when mouse is over
	var FontSubHighColor='firebrick';												// Font color subs when mouse is over
	var BorderColor='#3366ff';														// Border color
	var BorderSubColor='#3366ff';													// Border color for subs
	var BorderWidth=2;																// Border width
	var BorderBtwnElmnts=1;															// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"									// Font family menu items
	var FontSize=10;				 												// Font size menu items
	var FontBold=1;																	// 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='static';												// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.05;				  											//horizontal overlap child/ parent
	var ChildVerticalOverlap=.4;													// vertical overlap child/ parent
	var StartTop=258;																// Menu offset x coordinate
	var StartLeft=12;																// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];				// Arrow source, width and height
	var MenuCellHeight = 19 ;														// Hight of the menu cell itself
	var TwoLineMenuCellHeight = 35 ;												// Hight of the two line menu Cell
	
	var numOfWeeks = 4 ;  															// Number of weeks in the Month
	var firstSunday = 4 ;															// Date of the First Sunday in the Month
	var firstMonday = 5 ;
	var firstTuesday = 6 ;
	var firstWednesday = 7 ;
	var firstThursday = 1 ;
	var firstFriday	= 2 ;
	var firstSaturday = 3 ;
	var thisMonth = "September" ;														// The Current Month
	var nextMonth = "October" ;														// NextMonth
	var thisYear = "2011"															// Current Year
	var thisMonthDate = thisMonth + " " + thisYear ;								// Calendar go to This Month							
	var nextMonthDate = nextMonth + " " + thisYear ;								// Calendar go to Next Month
	var newsLetterFile = thisMonth + "_" + thisYear + ".pdf" ;						// File name for Way of the Cross
	var timeOfService = "10:00 pm" 	 	   			  		 						// Time of main service
	var SundayDate = new Array(numOfWeeks) ;
	var thisMonthMonth = thisMonth ;
	var nextMonthMonth = nextMonth ;
	var NoRota = 0 ;																// No ROTA = 1, Have ROTA = 0 ROTA flag
	var NoWayOfTheCross = 1 ;														// Same as no ROTA Flag for no Way of the Cross
	var PriestEmail = "boyer.ernest" ;
	var WebMail	= "gmlovelace" ;
	var ROTAFile = "ServingSchedule.htm" ;
	
	for (var i = 0 ;  i < numOfWeeks ; i++) { SundayDate[i] = thisMonth + " " + firstSunday ; firstSunday+=7 ; }
	
	var date = thisMonth + " 1, " + thisYear ;										// Set the date modified value for the index page
	var DateModified = "<p><font face=\"Arial,Helvetica\">Last modified:&nbsp;&nbsp;" + date + "</font></p>" ;	// Page update date

//
// Newsletter text for the newsletter page
//
	if (NoWayOfTheCross==1)
		var newsLetterText ="<p style=&quot;tbody&quot;>The <a href=" + newsLetterFile + ">" + thisMonthDate + "</a> Way of The Cross newsletter currently is not available.&nbsp;&nbsp;Please check back later for the current issue.<br><br><br></p>" ;
	else
		var newsLetterText ="<p style=&quot;tbody&quot;>Get the <a href=" + newsLetterFile + ">" + thisMonthDate + "</a> Way of The Cross newsletter<br><br><br></p>" ;

//
// St. Joseph's Events Variables
//

var index = 0 ;
var index2 = 0 ;
var index3 = 0 ;
var index4 = 0 ;

var numOfEvents = 0 ;
dateOfEvent = new Array(numOfEvents);
nameOfEvent = new Array(numOfEvents) ;
descOfEvents = new Array(numOfEvents);
menueEvent = new Array(numOfEvents) ;

dateOfEvent[index] = "Sept. 6, 13, 20, & 27" ;
nameOfEvent[index] = "Adult Education Forum" ;
descOfEvents[index++] = "Adult Education Forum continues with our discussion of St. Francis and what he can teach us about living the Christian life. For those who have copies of the book we are using, Following Francis, we will be looking at chapter 11. It is not necessary to have read this in order to take part in the discussion, so please come whether you've had a chance to read the chapter or not. – 7 pm at church" ;

dateOfEvent[index] = "September 13" ;
nameOfEvent[index] = "Dinner Night Out" ;
descOfEvents[index++] = "Tuesday, September 13 – Dinner Nite Out – We will have dinner at Denny’s at their new location (site of the old Marie Calendars). Most people will gather at about 5:30 pm to avoid being late for Adult Ed. Get a coupon from Marge Smith for the 15% of the cost of your meal to be donated to our ministries by Denny’s." ;

dateOfEvent[index] = "Sep 17th" ;
nameOfEvent[index] = "Movie night" ;
descOfEvents[index++] = "Join us at Margaret Werkheiser's at 7:00pm for a showing of the movie \"Hoot\".  Popcorn will be provided, byod  (bring your own drink)." ;

dateOfEvent[index] = "Oct 22nd" ;
nameOfEvent[index] = "Oktoberfest" ;
descOfEvents[index++] = "More Infomation to come as it gets closer to the event" ;

dateOfEvent[index] = "Nov 11th" ;
nameOfEvent[index] = "Veteran’s dinner" ;
descOfEvents[index++] = "More Infomation to come as it gets closer to the event" ;

dateOfEvent[index] = "Dec  10th" ;
nameOfEvent[index] = "Christmas Party" ;
descOfEvents[index++] = "More Infomation to come as it gets closer to the event" ;

//dateOfEvent[index] = "" ;
//nameOfEvent[index] = "" ;
//descOfEvents[index++] = "" ;
//

var numOfEvents = index ;
for (i=0 ; i<numOfEvents ; i++ ) {menueEvent[i] = dateOfEvent[i] + "<br/>" + nameOfEvent[i]} ;

//
// Events Around The Diocese Variables
//

dateOfEventDiocese = new Array(numOfEventsDiocese) ;
nameOfEventDiocese = new Array(numOfEventsDiocese) ;
descOfEventsDiocese =  new Array(numOfEventsDiocese) ;
menueEventDiocese = new Array(numOfEventsDiocese) ;

dateOfEventDiocese[index2] = "Various Dates" ;
nameOfEventDiocese[index2] = "SAFEGUARDING GOD'S CHILDREN & PEOPLE" ;
descOfEventsDiocese[index2++] = "Safeguarding God's Children at St. Timothy's, Mt. View, on 1/29 has been cancelled.  The following dates will have both events taking place at HOLY SPIRIT, Campbell according to this schedule:<br><br>8/27, 10/29 Safeguarding God's Children 9 a.m.-Noon and People 2 p.m.-5 p.m.  Please make a note of these important dates.<br><br>Please email <a href=\"mailto:kathleencrowe@sbcglobal.net\">Kathey Crowe</a> or call 408-374-4440.  Please note that a $5.00 donation will be requested for materials.  All who need to take this training are invited to attend." ;

dateOfEventDiocese[index2] = "September 10" ;
nameOfEventDiocese[index2] = "ALL SAINTS\', CARMEL" ;
descOfEventsDiocese[index2++] = "On September 10 All Saints', CARMEL Episcopal Church located in picturesque Carmel-by-the-Sea, Ca will be hosting a special discernment retreat from 10am-4:30pm. Optional dinner groups will follow at 6pm.<br><br>This retreat will help participants to understand a variety of Christian approaches to the spiritual life, to develop an appreciation of their unique gifts in living out the life of faith, and to learn how to create meaningful connections with others of similar and different approaches to spiritual life. By exploring the spiritual qualities of biblical figures, saints, and exemplars in dialogue with others, participants will cultivate deeper relationships with God, others, communities, and the Church.<br><br>Click <a href=\"http://allsaintscarmel.givezooks.com/events/the-disciples-walk-a-one-day-retreat\">HERE</a> for on-line Registration." ;

dateOfEventDiocese[index2] = "September 20 & 21" ;
nameOfEventDiocese[index2] = "ECW MARY LOU THOMPSON RETREAT" ;
descOfEventsDiocese[index2++] = "Click <a href=\"http://www.edecr.org/sitefiles/file/calendardocs/Cal-ECW-MLT-20110729.pdf\">HERE</a> for news about the Mary Lou Thompson Retreat sponsored by the ECW.  The retreat takes place at Villa Maria del Mar in Santa Cruz on September 20-21, 2011.  Click <a href=\"http://www.edecr.org/sitefiles/file/calendardocs/Cal-ECW-MLT-20110729.pdf\">HERE</a> for the flyer and registration form!" ;

//<a href=\"\">

dateOfEventDiocese[index2] = "September 30 & October 1" ;
nameOfEventDiocese[index2] = "ANTI-RACISM TRAINING" ;
descOfEventsDiocese[index2++] = " This workshop begins a dialogue and examination of how our power, privilege and prejudice relates to racism. Reading, discussion, video and interactive learning will help us look within ourselves, at the church and, at our society. This training satisfies the Episcopal Church\'s Anti-Racism Training requirement for all church leaders, both clergy and lay.<br><br>The next Anti-Racism training will be held at St. Stephen's in Gilroy, Friday, September 30-Saturday, October 1, from 9-5PM.  Cost is $60.  Click <a href=\"http://www.edecr.org/sitefiles/file/calendardocs/Cal-Anti-Racismflyer-20110812.pdf\">HERE</a> for the announcement and <a href=\"http://www.edecr.org/sitefiles/file/calendardocs/Cal-AnitRacismReg-022011.pdf\">HERE</a> for the registration form. " ;

dateOfEventDiocese[index2] = "September 30 to October 2" ;
nameOfEventDiocese[index2] = "PROVINCE VIII ALTAR GUILD WEEKEND" ;
descOfEventsDiocese[index2++] = " Calling all Altar Guild members:  Province VIII is presenting an Altar Guild Weekend at Mercy Center, Burlingame from September 30 to October 2,2011.  It has been several years since we had a Provincial Altar Guild Meeting.  This promises to be informative, meaningful, and fun.  Special guest will be the National Altar Guild president, Jane Ames.  Come for the weekend or for a day.  The registration form is <a href=\"http://www.edecr.org/sitefiles/file/calendardocs/cALProvinceVIIIAltarGuildRegistration-20110729.pdf\">HERE</a>." ;

//dateOfEventDiocese[index2] = "" ;
//nameOfEventDiocese[index2] = "" ;
//descOfEventsDiocese[index2++] = "" ;


var numOfEventsDiocese = index2 ;
for (i=0 ; i<numOfEventsDiocese ; i++ ) {menueEventDiocese[i] = dateOfEventDiocese[i] + "<br>" + nameOfEventDiocese[i]} ;

var numOfEvents = index ;
for (i=0 ; i<numOfEvents ; i++ ) {menueEvent[i] = dateOfEvent[i] + "<br>" + nameOfEvent[i]} ;

//
// Monthly ongoing events at St. Josephs
//

dateOfOngoingEvents = new Array(numOfOngoingEvents) ;
nameOfOngoingEvents = new Array(numOfOngoingEvents) ;
descOfOngoingEvents =  new Array(numOfOngoingEvents) ;
menueOngoingEvents = new Array(numOfOngoingEvents) ;


dateOfOngoingEvents[index4] = "Sundays" ;
nameOfOngoingEvents[index4] = "Holy Eucharist Service at 10:00 am" ;
descOfOngoingEvents[index4++] = "Holy Eucharist – 10 am at church.<br /><br />And – Recycling Sunday is the last Sunday of every, even numbered month. The recycling is for plastic bottles, aluminum drink cans and, this month only, used books all to raise funds for St Joseph’s ministry." ; 

dateOfOngoingEvents[index4] = "Sundays" ;
nameOfOngoingEvents[index4] = "Sunday School" ;
descOfOngoingEvents[index4++] = "A joint Sunday School with Sunnyhills United Methodist Church starts at 10:00 am" ;

dateOfOngoingEvents[index4] = "Sundays" ;
nameOfOngoingEvents[index4] = "Coffee Hour" ;
descOfOngoingEvents[index4++] = "After Sunday Service in Jones Hall" ;

dateOfOngoingEvents[index4] = "Mondays" ;
nameOfOngoingEvents[index4] = "Centering Prayer" ;
descOfOngoingEvents[index4++] = "In Sunnyhills Sanctuary at 11:00am" ;

dateOfOngoingEvents[index4] = "Mondays" ;
nameOfOngoingEvents[index4] = "Women's Bible Study" ;
descOfOngoingEvents[index4++] = "11:30 am at Sunnyhills sanctuary" ;

dateOfOngoingEvents[index4] = "Mondays & Tuesdays" ;
nameOfOngoingEvents[index4] = "Pastor’s Office hours" ;
descOfOngoingEvents[index4++] = "Mondays 12 to 2 pm and Tuesdays 11am to 1pm at St. Peet’s (I.e. Peets Coffee and Tea near Safeway.)" ;

dateOfOngoingEvents[index4] = "Thursdays" ;
nameOfOngoingEvents[index4] = "Centering Prayer" ;
descOfOngoingEvents[index4++] = "In Sunnyhills Sanctuary at 5:00 pm" ;

dateOfOngoingEvents[index4] = "Fridays" ;
nameOfOngoingEvents[index4] = "Fourth Day Group" ;
descOfOngoingEvents[index4++] = "Meets at Omega Resturant at 8:30 am" ;

dateOfOngoingEvents[index4] = thisMonth + " " + (firstThursday + 14) ;
nameOfOngoingEvents[index4] = "Game Night" ;
descOfOngoingEvents[index4++] = "6:30 to 8:30 pm. at the Pomeroy’s. Potluck dinner followed by fun games and conversation." ;

dateOfOngoingEvents[index4] = thisMonth + " " + (firstMonday + 21) ;
nameOfOngoingEvents[index4] = "Events Meeting" ;
descOfOngoingEvents[index4++] = "Meet at Mindi's at 4:30 pm" ;

dateOfOngoingEvents[index4] = thisMonth + " " + (firstMonday + 21) ;
nameOfOngoingEvents[index4] = "Vestry" ;
descOfOngoingEvents[index4++] = "In St. Joseph's at 7:30 pm" ;

//dateOfOngoingEvents[index4] = "" ;
//nameOfOngoingEvents[index4] = "" ;
//descOfOngoingEvents[index4++] = "" ;

var numOfOngoingEvents = index4 ;
for (i=0 ; i<numOfOngoingEvents ; i++ ) {menueOngoingEvents[i] = dateOfOngoingEvents[i] + "<br/>" + nameOfOngoingEvents[i]} ;

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,MenuCellHeight,200);
Menu2=new Array("Worship Services","index.htm","",0);
Menu3=new Array("Worship Schedule","ServingSchedule.htm","",0,MenuCellHeight,200);
Menu4=new Array("Ongoing Events","OngoingEvents.htm","",numOfOngoingEvents,MenuCellHeight,200);
	Menu4_1=new Array(menueOngoingEvents[index=0],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_2=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_3=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_4=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_5=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_6=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_7=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_8=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_9=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_10=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
	Menu4_11=new Array(menueOngoingEvents[++index],"OngoingEvents.htm","",0,TwoLineMenuCellHeight,200);
Menu5=new Array("Upcoming Events","Events.htm","",4,MenuCellHeight,200);
	Menu5_1=new Array("Events","Events.htm#Upcoming_Events","",numOfEvents,MenuCellHeight,300);
		Menu5_1_1=new Array(menueEvent[index=0],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_2=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_3=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_4=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_5=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_6=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_7=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_8=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_9=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_10=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_11=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_12=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_13=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_14=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_15=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_16=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_17=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
		Menu5_1_18=new Array(menueEvent[++index],"Events.htm#Upcoming_Events","",0,TwoLineMenuCellHeight,300);
	Menu5_2=new Array("Announcements","Events.htm#Announcements","",0,MenuCellHeight,300);
	Menu5_3=new Array("Events Around The Diocese","Events.htm#Around_the_Diocese","",numOfEventsDiocese);
		Menu5_3_1=new Array(menueEventDiocese[index2=0],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_2=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_3=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_4=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_5=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_6=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_7=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_8=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_9=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_10=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_11=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_12=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_13=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_14=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_15=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_16=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_17=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_18=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_19=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
		Menu5_3_20=new Array(menueEventDiocese[++index2],"Events.htm#Around_the_Diocese","",0,TwoLineMenuCellHeight,450);
	Menu5_4=new Array("Announcements / Resources of the Diocese","Events.htm#Educational_Information","",0);
Menu6=new Array("How to Find Us","HowtoFindUs.htm","",0);
Menu7=new Array("Who We Are","WhoWeAre.htm","",4);
	Menu7_1=new Array("The Congregation of St. Joseph's","WhoWeAre.htm","",0,MenuCellHeight,300) ;
	Menu7_2=new Array("St. Joseph's Vestry","Vestry.htm","",0,MenuCellHeight,300) ;
	Menu7_3=new Array("St. Joseph's Delegates to Convention","Vestry.htm#Delegates","",0,MenuCellHeight,300) ;
	Menu7_4=new Array("Our Priest","Boyer.htm","",0,MenuCellHeight,300) ;
Menu8=new Array("Church Information","index.htm#Church_Information","",0);
Menu9=new Array("Adult Bible Education","AdultEd.htm","",0);
Menu10=new Array("Useful Links & Forms","sjforms.htm","",3);
	Menu10_1=new Array("Reinbursment Form","sjforms.htm","",0,MenuCellHeight,150);
	Menu10_2=new Array("Links","index.htm#UsefulLinks","",4,MenuCellHeight,150);
	    Menu10_2_1=new Array("Links","index.htm#UsefulLinks","",0,MenuCellHeight,300);
	    Menu10_2_2=new Array("Book of Common Prayer","http://justus.anglican.org/resources/bcp/","",0,MenuCellHeight,300);
	    Menu10_2_3=new Array("Lectionary Calendar","http://www.io.com/~kellywp/","",0,MenuCellHeight,300);
	    Menu10_2_4=new Array("Lectionary Page for Years A & B","http://www.io.com/~kellywp/TxtindexAB.html","",0,MenuCellHeight,300);
	Menu10_3=new Array("Canons","","",3,MenuCellHeight,150);
		Menu10_3_1=new Array("St. Joseph's Bylaws","BYLAWSSJEC10-27-04.pdf","",0,MenuCellHeight,300);
		Menu10_3_2=new Array("Diocese of El Cameno Real Canons","http://www.ecrweb.org/page/page/1223913.htm","",0,MenuCellHeight,300);
		Menu10_3_3=new Array("National Canons","http://www.churchpublishing.org/general_convention/","",0,MenuCellHeight,300);
Menu11=new Array("Sermons","Sermons.htm","",0);

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

//
// Vestry
//
// Vestry Members
//

var SrWarden = "<a href=\"mailto:Jane.Pomeroy@prodigy.net\">Jane Pomeroy</a>" ;
var JrWarden = "<a href=\"mailto:GeLiLew@netzero.net\">George Lew</a>" ;
var Clerk =  "<a href=\"mailto:emfrost@aninom.com\">Eileen Frost</a>" ;
var Treasurer = "<a href=\"mailto:rdpeacocks@sbcglobal.net\">Marg Smith</a>" ;
var VestryMembers = ["<a href=\"mailto:Justin_Horn@comcast.net\">Justin Horn</a>","<a href=\"mailto:prhorn@comcast.net\">Paul Horn</a>","<a href=\"mailto:ernienmar@comcast.net\"> Margaret Werkheiser</a>","<a href=\"mailto:r.g.pomeroy@prodigy.net\">Bob Pomeroy</a>","<a href=\"mailto:GeLiLew@netzero.net\">George Lew</a>"] ;

var Delegate1 = "<a href=\"mailto:Jane.Pomeroy@prodigy.net\">Jane Pomeroy</a>" ;
var Delegate2 = "<a href=\"mailto:wjeanwyatt@aol.com\">Jean Wyatt</a>" ;
var Alternate1 = "<a href=\"mailto:r.g.pomeroy@prodigy.net\">Bob Pomeroy</a>" ;

//
//  Minutes of the Vestry
//	
//	href points to the file of the minutes in the format of Month_Day_Year.pdf
//	followed by the date text to be printed
//
//	MinutesNum indicates the number of minute entries to display.
//	

var count=0 ;
var MinutesDate = new Array(count) ;

// MinutesDate[count++] = "<a href=\"Jan_11_10.pdf\">January 11, 2010</a>" ;
// MinutesDate[count++] = "<a href=\"Jan_31_10.pdf\">January 31, 2010</a>" ;

MinutesDate[count++] = "<a href=\"4-18-11.pdf\">January 31, 2010</a>" ;

var MinutesNum=count ;

//
//  Adult Education 
//
//  Schedule of Adult Education, if set up
//


var numOfAdultEd = 0 ;
var dayOfMonth = firstSunday
dateOfAdultEd = new Array(numOfAdultEd);
nameOfAdultEd = new Array(numOfAdultEd) ;
descOfAdultEd = new Array(numOfAdultEd);
menueAdultEd = new Array(numOfAdultEd) ;

var numOfAdultEd = index3 ;
for (i=0 ; i<numOfAdultEd ; i++ ) {menueAdultEd[i] = dateOfAdultEd[i] + "<br />" + nameOfAdultEd[i]} ;



