/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname/

//*Menu properties/
oCMenu.pxBetween=1
oCMenu.fromLeft=10
oCMenu.fromTop=118
oCMenu.rows=0
oCMenu.menuPlacement="left"
                                                             
/** oCMenu.offlineRoot="///C|//newrkmenu//"  */
oCMenu.offlineRoot="///h|//christchurch//"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="../chap_navbkgd.jpg"
oCMenu.zIndex=0

//Background bar properties/
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//*SYNTAX/
//*myCoolMenu.level[x]=new cm_makeLevel(width, height, regClass, overClass,/
//*borderX, borderY, borderClass, rows, align, offsetX, offsetY,/
//*arrow, arrowWidth, arrowHeight/

//*Level properties - ALL properties have to be spesified in level 0/
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level/
oCMenu.level[0].width=175
oCMenu.level[0].height=25
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right"
oCMenu.level[0].arrow="Library/bluemenu_arrow.gif"
oCMenu.level[0].arrowWidth=10
oCMenu.level[0].arrowHeight=10


// SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this/
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)/
oCMenu.level[1].width=250
oCMenu.level[1].height=25
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].borderClass="clLevel0border"
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+66
oCMenu.level[1].offsetY=0
oCMenu.level[1].rows=0
oCMenu.level[1].arrow="Library/bluemenu_arrow.gif"
oCMenu.level[1].arrowWidth=10
oCMenu.level[1].arrowHeight=10

// SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this/
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)/
oCMenu.level[2].width=250
oCMenu.level[2].height=25
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].borderClass="clLevel0border"
oCMenu.level[2].align="right"
oCMenu.level[2].offsetX=-(oCMenu.level[1].width-2)/2+66
oCMenu.level[2].offsetY=0
oCMenu.level[2].rows=0
oCMenu.level[1].arrow="Library/bluemenu_arrow.gif"
oCMenu.level[1].arrowWidth=10
oCMenu.level[1].arrowHeight=10

// SUB LEVEL[3] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] OR LEVEL[2]- If you want all items to look the same just remove this/
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)/
oCMenu.level[3].width=250
oCMenu.level[3].height=25
oCMenu.level[3].borderX=1
oCMenu.level[3].borderY=1
oCMenu.level[3].borderClass="c1Level3border"
oCMenu.level[3].align="right"
oCMenu.level[3].offsetX=-(oCMenu.level[2].width-2)/2+66
oCMenu.level[3].offsetY=0
oCMenu.level[3].rows=0
oCMenu.level[3].regClass="clLevel3"
oCMenu.level[3].overClass="clLevel3over"
oCMenu.level[3].borderClass="clLevel3border"

oCMenu.makeMenu('top0','','&nbsp;Home','../index.html')
 oCMenu.makeMenu('top1','','&nbsp;Staff Information','')
	oCMenu.makeMenu('sub10','top1','&nbsp;The Rt. Rev. George E. Packard')
		oCMenu.makeMenu('sub101','sub10','&nbsp;Bishop Suffragan for Chaplaincies','staff.htm#packard')
		
	oCMenu.makeMenu('sub11','top1','&nbsp;The Rev. Gerry Blackburn')
		oCMenu.makeMenu('sub112','sub11','&nbsp;Director of Federal Chaplaincies and<br>&nbsp;Executive Officer to the Bishop','staff.htm#blackburn')
		oCMenu.makeMenu('sub113','sub11','&nbsp;Military Chaplaincy News<br>&nbsp;from Gerry Blackburn','blackburn.html#news','_blank')

	 

oCMenu.makeMenu('sub13','top1','&nbsp;Mrs. Terry Foster')
		oCMenu.makeMenu('sub130','sub13','&nbsp;Office Coordinator and Webmaster','staff.htm#foster')

oCMenu.makeMenu('sub14','top1','&nbsp;Mr. Andrew Gary')
		oCMenu.makeMenu('sub140','sub14','&nbsp;Administrative Assistant and Registrar','staff.htm#gary')

oCMenu.makeMenu('sub15','top1','&nbsp;Ms. Shelly Fayette')
		oCMenu.makeMenu('sub150','sub15','&nbsp;Assistant for Chaplain Endorsement','staff.htm#fayette')

	
oCMenu.makeMenu('top2','','&nbsp;The Bishop&#8217;s Notebook','bishword.html','_blank')
	oCMenu.makeMenu('sub20','top2','&nbsp;The Bishop&#8217;s Notebook','bishword.html','_blank')
	oCMenu.makeMenu('sub21','top2','&nbsp;Archive','bwtopics.html#archive','_blank')
	oCMenu.makeMenu('sub22','top2','&nbsp;Topical Index','bwtopics.html','_blank')
	  
	 
oCMenu.makeMenu('top3','','&nbsp;Chaplain&#8217;s Handbook','')
	oCMenu.makeMenu('sub30','top3','&nbsp;Guidelines for Ministry and Worship','Chaplain%27s_Handbook.html','_blank')
	
oCMenu.makeMenu('top4','','&nbsp;Chaplaincy Home Pages','')
	oCMenu.makeMenu('sub41','top4','&nbsp;Federal','Federal_Chaplaincies.html')
		oCMenu.makeMenu('sub410','sub41','&nbsp;Military Chaplaincy','')
			oCMenu.makeMenu('sub4100','sub410','&nbsp;Conferences','Annual_Conference.html','_blank')
			oCMenu.makeMenu('sub4101','sub410','&nbsp;Deployment','deployment.html','_blank')
			oCMenu.makeMenu('sub4102','sub410','&nbsp;Feedback from the Field','Feedback_from_the_field.html','_blank')
			oCMenu.makeMenu('sub4103','sub410','&nbsp;Reserve/Guard Mobilization Information','reserveandguard.html','_blank')
			oCMenu.makeMenu('sub4104','sub410','&nbsp;Do you want to be a military chaplain?','Military_Chaplaincy_Brochure.html','_blank')
			oCMenu.makeMenu('sub4105','sub410','&nbsp;Roster and Addresses','federal.html','_blank')
			oCMenu.makeMenu('sub4106','sub410','&nbsp;How to order Episcopal Service Crosses and Armed Forces Prayer Books','http://www.episcopalparishservices.org/','_blank')
			 		
		oCMenu.makeMenu('sub411','sub41','&nbsp;Veteran&#8217;s Affairs','veterans_affairs.html')
			oCMenu.makeMenu('sub4110','sub411','&nbsp;Chaplain Robert W. Mikol Testifies','Chaplain_Mikol_Statement.html','_blank')
			oCMenu.makeMenu('sub4111','sub411','&nbsp;Semi-Annual Conference Call Meeting','veterans_affairs.html#19may03','_blank')
			oCMenu.makeMenu('sub4112','sub411','&nbsp;News','veterans_affairs.html#news','_blank')
			oCMenu.makeMenu('sub4113','sub411','&nbsp;Links','veterans_affairs.html#links','_blank')
			oCMenu.makeMenu('sub4114','sub411','&nbsp;Roster and Addresses','federal.html','_blank')
			
		oCMenu.makeMenu('sub412','sub41','&nbsp;Federal Bureau of Prisons Chaplaincy','federal.html')
			oCMenu.makeMenu('sub4120','sub412','&nbsp;Do you want to be a prison chaplain?','prison.html','_blank')
			oCMenu.makeMenu('sub4121','sub412','&nbsp;Roster and Addresses','federal.html','_blank')

		oCMenu.makeMenu('sub413','sub41','&nbsp;Reports and Applications','Federal_Chaplaincies.html')
			oCMenu.makeMenu('sub4130','sub413','&nbsp;Roll Call Report','rollcall.html','_blank')
			oCMenu.makeMenu('sub4131','sub413','&nbsp;Chaplains Semi-Annual Report','semiannual.html','_blank')
			oCMenu.makeMenu('sub4132','sub413','&nbsp;Military, VA, Prison Endorsement Application','serviceapplication.html','_blank')

		oCMenu.makeMenu('sub414','sub41','&nbsp;The Chaplain&#8217;s Handbook','')	
			oCMenu.makeMenu('sub4140','sub414','&nbsp;Guidelines for Ministry and Worship','Chaplain%27s_Handbook.html','_blank')

		oCMenu.makeMenu('sub415','sub41','&nbsp;Chaplain QuikNotes','')	
			oCMenu.makeMenu('sub4150','sub415','&nbsp;Messages to and from Chaplains','quiknotes.html','_blank')

		oCMenu.makeMenu('sub416','sub41','&nbsp;News and Information','')	
			oCMenu.makeMenu('sub4160','sub416','&nbsp;News','news.html','_blank')
			oCMenu.makeMenu('sub4161','sub416','&nbsp;Military Chaplaincy News from Gerry Blackburn','blackburn.html#news','_blank')

		oCMenu.makeMenu('sub417','sub41','&nbsp;Links','')	
			oCMenu.makeMenu('sub4170','sub417','&nbsp;National Conference on Ministry to the Armed Forces','http://www.ncmaf.org/','_blank')
			oCMenu.makeMenu('sub4171','sub417','&nbsp;Military Child Education Coalition','http://www.militarychild.org/','_blank')
		
		oCMenu.makeMenu('sub418','sub41','&nbsp;Retired Chaplains Information Center','')	
			oCMenu.makeMenu('sub4180','sub418','&nbsp;News','retired.html','_blank')


			
	oCMenu.makeMenu('sub42','top4','&nbsp;Healthcare','health.html','_blank')	
		oCMenu.makeMenu('sub420','sub42','&nbsp;Health Notes','Health_Notes.html','_blank')
		oCMenu.makeMenu('sub421','sub42','&nbsp;Ecclesisatical Endorsement FAQ&#8217;s<br>&nbsp;and Application','newhealthendorsement.html','_blank')
		oCMenu.makeMenu('sub422','sub42','&nbsp;Conferences and Symposiums','')
			oCMenu.makeMenu('sub4220','sub422','&nbsp;AEHC, Dallas 2004','AEHC%20Eucharist%20Homily%202004.html','_blank')
			oCMenu.makeMenu('sub4221','sub422','&nbsp;Waging Reconciliation','waging_reconciliation.html','_blank')
			oCMenu.makeMenu('sub4222','sub422','&nbsp;Formative Symposium','Formative_Healthcare_Symposium.html','_blank')
			
		oCMenu.makeMenu('sub423','sub42','&nbsp;Crisis Intervention Program','')
			oCMenu.makeMenu('sub4230','sub423','&nbsp;Training and Resources','ciprogram.html','_blank')
			oCMenu.makeMenu('sub4231','sub423','&nbsp;What to do next when a Disaster strikes','ciprogram.html#cd','_blank')
			oCMenu.makeMenu('sub4232','sub423','&nbsp;9/11 Resources','September_11th_Resources.htm','_blank')
		
		oCMenu.makeMenu('sub424','sub42','&nbsp;Links','health.html#healthlinks','_blank')
	
	oCMenu.makeMenu('sub43','top4','&nbsp;Emergency Responders','')	
		oCMenu.makeMenu('sub430','sub43','&nbsp;Crisis Intervention Program','Emergency_Responders.html','_blank')
		oCMenu.makeMenu('sub431','sub43','&nbsp;What to do next when a Disaster strikes','ciprogram.html#cd','_blank')
			oCMenu.makeMenu('sub432','sub43','&nbsp;9/11 Resources','September_11th_Resources.htm','_blank')
	
	oCMenu.makeMenu('sub44','top4','&nbsp;Maritime Ministries','Maritime_Ministries.html')	
	

oCMenu.makeMenu('top5',"",'&nbsp;Becoming a Chaplain','')
	oCMenu.makeMenu('sub50','top5','&nbsp;Information, FAQ&#8217;s and Links','Military_Chaplaincy_Brochure.html','_blank')
	oCMenu.makeMenu('sub51','top5','&nbsp;Application for Federal Chaplaincy ','serviceapplication.html','_blank')
	oCMenu.makeMenu('sub52','top5','&nbsp;Endorsement&nbsp;(Military, VA and<br>&nbsp;Federal Prisons)','serviceapplication.html','_blank')	
 
oCMenu.makeMenu('top6',"",'&nbsp;Military Deployment','')
	oCMenu.makeMenu('sub60','top6','&nbsp;Roll Call/Quick Message Report','rollcall.html','_blank')
	oCMenu.makeMenu('sub61','top6','&nbsp;Prayer List','deployment.html','_blank')
	oCMenu.makeMenu('sub62','top6','&nbsp;Where to Order Service Crosses and<br>&nbsp;Armed Forces Prayer Books','http://www.episcopalparishservices.org/','_blank')
	oCMenu.makeMenu('sub63','top6','&nbsp;Deployment Information and Resources','Deployment_Resources.html','_blank')	
	oCMenu.makeMenu('sub64','top6','&nbsp;Reserve/Guard Mobilization Information','reserveandguard.html','_blank')	

oCMenu.makeMenu('top7',"",'&nbsp;Confirmation','')
	oCMenu.makeMenu('sub70','top7','&nbsp;Bishop Packard&#8217;s Suggested Reading List','Suggested_Readings.html','_blank')
	oCMenu.makeMenu('sub71','top7','&nbsp;Guidelines for Reception and Confirmation<br>&nbsp;for Persons Joining the Episcopal Church ','http://www.episcopalchurch.org/6947_58056_ENG_HTM.htm','_blank')
	oCMenu.makeMenu('sub72','top7','&nbsp;The Chaplain&#8217;s Handbook','Chaplain%27s_Handbook_Worship_Guidelines.html#pastoralconfirmation','_blank')
	oCMenu.makeMenu('sub73','top7','&nbsp;Confirmation Resources','Confirmation_Resources.html','_blank')	
	
oCMenu.makeMenu('top8',"",'&nbsp;News','')
	oCMenu.makeMenu('sub800','top8','&nbsp;Feedback from the Field','Feedback_from_the_field.html','_blank')
	oCMenu.makeMenu('sub801','top8','&nbsp;News from Canon Andrew White<br>&nbsp;and the Iraq Mission','Canon_Andrew_White_Mission.htm','_blank')
	oCMenu.makeMenu('sub802','top8','&nbsp;News and Information','news.html','_blank')
	oCMenu.makeMenu('sub803','top8','&nbsp;Calendar Events','where.html','_blank')	


oCMenu.makeMenu('top9',"",'&nbsp;Resources','')
	oCMenu.makeMenu('sub900','top9','&nbsp; Praying the Daily Office','http://www.missionstclare.com/english/March/cal.html','_blank')
	oCMenu.makeMenu('sub901','top9','&nbsp;Sources for our Conversation after GC','GCSources.html','_blank')
	oCMenu.makeMenu('sub902','top9','&nbsp;Atlanta Conference Resources','Annual_Conference_Resources.html','_blank')
	oCMenu.makeMenu('sub903','top9','&nbsp;Spiritual Care and the Contemplative Life','contemplative.html','_blank')
	oCMenu.makeMenu('sub904','top9','&nbsp;Lay Leader Study Course','Lay%20Leader%20Course.html','_blank')	
	oCMenu.makeMenu('sub905','top9','&nbsp;Just War Resources','justwar.html','_blank')
	oCMenu.makeMenu('sub906','top9','&nbsp;General Resources','Resources.html','_blank')	

oCMenu.makeMenu('top10',"",'&nbsp;The Registrar&#8217;s Corner','')
	oCMenu.makeMenu('sub1000','top10','&nbsp;Federal Chaplains (Military, VA, Prisons)<br>&nbsp;Semi-Annual Report','semiannual.html','_blank')	
	
oCMenu.makeMenu('top11',"",'&nbsp;Pastoral Support Mission','')
	oCMenu.makeMenu('sub1100','top11','&nbsp;In the event of war or an act of terrorism','pastoralsupportmission.html','_blank')	

oCMenu.makeMenu('top12',"",'&nbsp;The Episcopal Church in Micronesia','')
	oCMenu.makeMenu('sub1200','top12','&nbsp;ECIM Home Pages','micronesia.htm','_blank')	



//Leave this line/
oCMenu.construct()