/***********************************************************************************
*	(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 = 7 ;															// First Sunday in the Month
	var thisMonth = "March" ;
	var nextMonth = "April" ;
	var thisYear = "2010"
	var thisMonthDate = thisMonth + " " + thisYear ;
	var nextMonthDate = nextMonth + " " + thisYear ;
	var newsLetterFile = thisMonth + "_" + thisYear + ".pdf" ;
	var timeOfService = "10:00 pm"
	var SundayDate = new Array(numOfWeeks) ;
	var thisMonthMonth = thisMonth ;
	var nextMonthMonth = nextMonth ;
	var NoRota = 1 ;
	var NoWayOfTheCross = 1 ;
	
	for (var i = 0 ;  i < numOfWeeks ; i++) { SundayDate[i] = thisMonth + " " + firstSunday ; firstSunday+=7 ; }
	var date = thisMonth + " 1, 2009" ;
	var DateModified = "<p><font face=\"Arial,Helvetica\">Last modified:&nbsp;&nbsp;" + date + "</font></p>" ;
	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 numOfEvents = 0 ;
dateOfEvent = new Array(numOfEvents);
nameOfEvent = new Array(numOfEvents) ;
descOfEvents = new Array(numOfEvents);
menueEvent = new Array(numOfEvents) ;

dateOfEvent[index] = "March 3<br>March 10<br>March 17<br>March 24" ;
nameOfEvent[index] = "Lenten Soup Supper and Mediation" ;
descOfEvents[index++] = "There will be Lenten Soup Supper and Meditation at 6:30 PM Wednesdays March 3rd, 10th, 17th, and 24th. The locations vary so anyone interested should call or check at church on Sunday." ;

dateOfEvent[index] = "March 21" ;
nameOfEvent[index] = "St. Joseph Feast" ;
descOfEvents[index++] = "There will be a Pot Luck luncheon to celebrate St. Joseph's Day on Sunday, March 21st following the 10:00 service." ;

dateOfEvent[index] = "May 8" ;
nameOfEvent[index] = "Honoring Women Tea Party" ;
descOfEvents[index++] = "TBD" ;

dateOfEvent[index] = "June 13" ;
nameOfEvent[index] = "Dads n Grads Celebrationn" ;
descOfEvents[index++] = "TBD" ;

dateOfEvent[index] = "July 4th" ;
nameOfEvent[index] = "BBQ at church inviting ALL our churches" ;
descOfEvents[index++] = "TBD" ;

dateOfEvent[index] = "August 15" ;
nameOfEvent[index] = "Church in the Park" ;
descOfEvents[index++] = "At Cardoza park" ;

dateOfEvent[index] = "September 18" ;
nameOfEvent[index] = "Movie Night" ;
descOfEvents[index++] = "TBD" ;

dateOfEvent[index] = "October 16" ;
nameOfEvent[index] = "Octoberfest" ;
descOfEvents[index++] = "TBD" ;

dateOfEvent[index] = "November 11" ;
nameOfEvent[index] = "Veteran's Dinner" ;
descOfEvents[index++] = "TBD" ;

dateOfEvent[index] = "December 4" ;
nameOfEvent[index] = "Christmas Party" ;
descOfEvents[index++] = "TBD" ;

//
//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] = "February 17<br>to<br>March 28" ;
nameOfEventDiocese[index2] = "Socks Project" ;
descOfEventsDiocese[index2++] = "During Lent, donations of new socks will be collected in local parishes by students from the School for Deacons and delivered to Santa Clara Urban Ministries in our diocese for distribution. The campaign for socks will run from Ash Wednesday, February 17th until Palm Sunday, March 28th. Please join this effort to share Christ's love.   We need Women's and/or Men's White Socks, any size.  Thank you, on behalf of The School for Deacons and those we serve.  Contact: <a href=\"mailto:DiLovelace@aol.com\">Diane Lovelace</a> to pick up the socks your congregation has collected for those in need." ;

dateOfEventDiocese[index2] = "March 11" ;
nameOfEventDiocese[index2] = "Open House at the Resource Center" ;
descOfEventsDiocese[index2++] = "As a reminder, our next Open House at the Resource Center will be Thursday, March 11, 11:00 – 3:00 with emphasis on new Vacation Bible School items and confirmation.  A light lunch is always served. Join other teachers and program coordinators for refreshments and conversation." ;

dateOfEventDiocese[index2] = "March 13" ;
nameOfEventDiocese[index2] = "Deacons Inquiry Day" ;
descOfEventsDiocese[index2++] = "You are invited to The School for Deacons Inquiry Day on Saturday, March 13, 2010.  The day begins at 7:45 a.m. with Holy Eucharist in the All Saints Chapel at the Church Divinity School of the Pacific 2451 Ridge Road, Berkeley, California.  Learn about the ministry and formation of and of the deacon, and the School program and curriculum.  Please call the school at 1-510-848-1723 or email <a href=\"mailto:mlhintz@sfd.edu\">mlhintz@sfd.edu</a> to let us know that you will be coming." ;

dateOfEventDiocese[index2] = "March 13" ;
nameOfEventDiocese[index2] = "ASK, THANK, TELL" ;
descOfEventsDiocese[index2++] = "ASK, THANK, TELL: A Stewardship Workshop with The Rev. Canon Timothy Dombek, Canon for Congregational Development, Diocese of Arizona. Saturday, March 13, 10:00am to 3:30pm; St. Paul’s, Salinas.  Clergy, Vestry and Stewardship leaders are invited to attend.  The workshop is based on the book, Ask, Thank, Tell by the Rev. Charles Lane, a succinct and incisive guide for congregational planning, study and help in stewardship ministry.  Canon Dombek will address the theological foundations for \"discipleship based stewardship\" as opposed to membership and maintenance.  The goal is to equip parish leaders to undertake both educational and practical skills needed to address the challenges every parish faces today.  Cost is $10/person.  Register with <a href=\"mailto:susan@edcr.org\">Susan Altig</a> by March 8." ;

dateOfEventDiocese[index2] = "March 24" ;
nameOfEventDiocese[index2] = "30th Anniversary of the Martyrdom of Archbishop Oscar Romero" ;
descOfEventsDiocese[index2++] = "Events Commemorating the 30th Anniversary of the Martyrdom of Archbishop Oscar Romero sponsored by St. Luke's in Hollister: Ongoing-- Electronic book study of The Violence of Love, a collection of quotes from Romero's powerful preaching, available for free download in English or Spanish at <a href=\"http://www.plough.com/ebooks/violenceoflove.html\">http://www.plough.com/ebooks/violenceoflove.html</a>, or from booksellers.  The discussion blog is located at <a href=\"http://theviolenceoflovebyoscarromero.blogspot.com\">http://theviolenceoflovebyoscarromero.blogspot.com/</a>.  March 17, 2010, 7PM—Dinner & showing of the movie Romero with Raul Julia, which tells Oscar Romero’s story in St. Luke’s parish house, 431 7th Street in Hollister.  March 24, 2010 (30th anniversary of Romero’s martyrdom), 6PM—Stations of the Cross with photos from El Salvador and quotes from Romero’s sermons at each station, St. Luke’s Church, 720 Monterey St., Hollister 7PM—Dinner and discussion of The Violence of Love, St. Luke’s Parish House, 431 7th Street, Hollister.  March 27—11 AM—Pilgrimage to Grace Cathedral, San Francisco, for their interfaith service of remembrance and dedication marking the 30th anniversary of the assassination of Archbishop Oscar Romero.   For more information about any of these events please contact <a href=\"mailto:amydenneyzuniga@gmail.com\">The Rev. Amy Denney Zuniga</a>." ;

dateOfEventDiocese[index2] = "April 22 and 24" ;
nameOfEventDiocese[index2] = "Alexander Shaia – The Hidden Power of the Gospel" ;
descOfEventsDiocese[index2++] = "Save the Date – April 22 and 24. Save one of these dates for a conference with Alexander Shaia – The Hidden Power of the Gospel.  \"Four questions, Four Paths, One Journey\".  More information will be forthcoming.  This conference will be held at St. Andrew’s Church, Saratoga" ;

dateOfEventDiocese[index2] = "May 23 to June 10" ;
nameOfEventDiocese[index2] = "Holy Land Trip" ;
descOfEventsDiocese[index2++] = "From The Rev. Ernest Cockrell: A number of people have expressed interest in going on one of my trips to the Holy Land, so I’ve planned a very special one starting in Petra, and visiting holy places in Jordan before heading into Israel and Palestine.  The trip is longer than usual  – May 23-June 10 - and will include my favorite places over there, many not on usual tourist routes, and a chance to meet the people there.  Here’s a summary:  Petra, ruins of Jerash, Holy Land Institute for the Deaf, the (real, we think) Jordan River baptismal site; special places in Nazareth and Cana, Sea of Galilee, St Peter’s house in Capernaum, the Tabgha mosaics, Mount of Beatitudes, the source of the Jor & Dan Rivers; Megiddo;  Mt Carmel, Caesarea Maritima’s aquaduct, coliseum & amphitheater; Mount of Olives, Old City Jerusalem & The Way of the Cross to Church of the Holy Sepulchre, Dome of the Rock, Western Wall, and Burnt Houses from 70 AD;  Bethlehem and a refugee camp; Qumran, the Dead Sea, and Masada; worship at Benedictine Monastery at Abu Ghosh (Emmaus story); Princess Basma Centre for Disabled Children; Jericho, Judean wilderness;  Four Homes of Mercy in Bethany & traditional tomb of Lazarus, etc.  The price is $2725 (for 30 people double occupancy) for the 18 days plus $1,500 for air travel to Jordan.  For specific information contact me at <a href=\"mailto:ewcjsc@sbcglobal.net\">ewcjsc@sbcglobal.net</a> or <a href=\"mailto:njdinsmore@sbcglobal.net\">Nancy Dinsmore</a>.  Ernest W. Cockrell - 408 445-0554" ;

dateOfEventDiocese[index2] = "July 3 to 9<br>and<br>July 17 to 24" ;
nameOfEventDiocese[index2] = "Summer Youth Mission Trips" ;
descOfEventsDiocese[index2++] = "There will again be separate mission trips for Jr High and High School youth to Native American reservations in Northern California. The Jr High trip is from July 3-9 and the High School trip is July 17-24. The cost for the trip is $450 which includes lodging, food and travel expense from El Camino Real. It does not include food on the travel days.  A deposit of $50 payable to the Diocese of El Camino Real is required with your application. Financial assistance is available. Youth DO NOT need a counselor from their own parish to attend these trips. Adults interested in being counselors should contact Leann Brooks leannbrooks@hotmail.com 805-550-9832.  Space for youth and counselors is limited. Please send the attached application with deposit to Leann Brooks c/o St. Luke's Episcopal Church PO Box 1168, Atascadero, CA 93422" ;

//dateOfEventDiocese[index2] = "" ;
//nameOfEventDiocese[index2] = "" ;
//descOfEventsDiocese[index2++] = "" ;

var numOfEventsDiocese = index2 ;
for (i=0 ; i<numOfEventsDiocese ; i++ ) {menueEventDiocese[i] = dateOfEventDiocese[i] + "<br/>" + nameOfEventDiocese[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);
	Menu3_1=new Array(SundayDate[index=0],"ServiceSchedule.htm#Week_1","",0,MenuCellHeight,150);
	Menu3_2=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_2","",0);
	Menu3_3=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_3","",0);
	Menu3_4=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_4","",0);
	Menu3_5=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_5","",0);
	Menu3_6=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_6","",0);
	Menu3_7=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_7","",0);
	Menu3_8=new Array(SundayDate[++index],"ServiceSchedule.htm#Week_8","",0);
Menu4=new Array("Calendar","ThisMonth.htm#ThisMonth","",2);
	Menu4_1=new Array(thisMonthDate,"ThisMonth.htm#ThisMonth","",0,MenuCellHeight,200);
	Menu4_2=new Array(nextMonthDate,"ThisMonth.htm#Next_Month","",0,MenuCellHeight,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("Way of the Cross Newsletter","Newsletter.htm","",0);
Menu7=new Array("How to Find Us","HowtoFindUs.htm","",0);
Menu8=new Array("Who We Are","WhoWeAre.htm","",3);
	Menu8_1=new Array("The Congregation of St. Joseph's","WhoWeAre.htm","",0,MenuCellHeight,300) ;
	Menu8_2=new Array("St. Joseph's Vestry","Vestry.htm","",0,MenuCellHeight,300) ;
	Menu8_3=new Array("St. Joseph's Delegates to Convention","Vestry.htm#Delegates","",0,MenuCellHeight,300) ;
Menu9=new Array("Church Information","index.htm#Church_Information","",0);
Menu10=new Array("Adult Bible Education","AdultEd.htm","",0);
Menu11=new Array("Useful Links & Forms","sjforms.htm","",3);
	Menu11_1=new Array("Reinbursment Form","sjforms.htm","","",MenuCellHeight,150);
	Menu11_2=new Array("Links","index.htm#UsefulLinks","",3,MenuCellHeight,150);
	    Menu11_2_1=new Array("Links","index.htm#UsefulLinks","",0,MenuCellHeight,300);
	    Menu11_2_2=new Array("Book of Common Prayer","http://justus.anglican.org/resources/bcp/","",0,MenuCellHeight,300);
	    Menu11_2_3=new Array("Lectionary Calendar","http://www.io.com/~kellywp/","",0,MenuCellHeight,300);
	    Menu11_2_4=new Array("Lectionary Page for Years A & B","http://www.io.com/~kellywp/TxtindexAB.html","",0,MenuCellHeight,300);
	Menu11_3=new Array("Canons","","",3,MenuCellHeight,150);
		Menu11_3_1=new Array("St. Joseph's Bylaws","BYLAWSSJEC10-27-04.pdf","",0,MenuCellHeight,300);
		Menu11_3_2=new Array("Diocese of El Cameno Real Canons","http://www.ecrweb.org/page/page/1223913.htm","",0,MenuCellHeight,300);
		Menu11_3_3=new Array("National Canons","http://www.churchpublishing.org/general_convention/","",0,MenuCellHeight,300);
Menu12=new Array("Press Releases","","",0);

//
// 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>" ;

var count=0 ;
var MinutesDate = new Array(count) ;

MinutesDate[count++] = "<a href=\"Jan_19_09.pdf\">January 19, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Jan_25_09.pdf\">January 25, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Feb_7_09.pdf\">February 7, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Feb_16_09.pdf\">February 16, 2009</a>" ;
MinutesDate[count++] = "<a href=\"March_16_09.pdf\">March 16, 2009</a>" ;
MinutesDate[count++] = "<a href=\"April_20_09.pdf\">April 20, 2009</a>" ;
MinutesDate[count++] = "<a href=\"May_18_09.pdf\">May 18, 2009</a>" ;
MinutesDate[count++] = "<a href=\"June_15_09.pdf\">June 15, 2009</a>" ;
MinutesDate[count++] = "<a href=\"July_27_09.pdf\">July 27, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Sept_21_09.pdf\">September 21, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Oct_19_09.pdf\">October 19, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Nov_16_09.pdf\">November 16, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Dec_14_09.pdf\">December 14, 2009</a>" ;
MinutesDate[count++] = "<a href=\"Jan_11_10.pdf\">January 11, 2010</a>" ;
MinutesDate[count++] = "<a href=\"Jan_31_10.pdf\">January 31, 2010</a>" ;

var MinutesNum=count ;

//
//  Adult Education 
//


var numOfAdultEd = 0 ;
var dayOfMonth = firstSunday
dateOfAdultEd = new Array(numOfAdultEd);
nameOfAdultEd = new Array(numOfAdultEd) ;
descOfAdultEd = new Array(numOfAdultEd);
menueAdultEd = new Array(numOfAdultEd) ;

//dateOfAdultEd[index3] = SundayDate[index3] ;
//nameOfAdultEd[index3] = "" ;
//descOfAdultEd[index3++] = ""

var numOfAdultEd = index3 ;
for (i=0 ; i<numOfAdultEd ; i++ ) {menueAdultEd[i] = dateOfAdultEd[i] + "<br />" + nameOfAdultEd[i]} ;
