
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=4
oCMenu.fromLeft=8
oCMenu.fromTop=167
oCMenu.rows=0 
oCMenu.menuPlacement="0"
                                                             
oCMenu.offlineRoot="C:\Documents and Settings\David\My Documents\Websites\UCC" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=1
oCMenu.barBorderY=1
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=122
oCMenu.level[0].height=25
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=2
oCMenu.level[0].borderY=2
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=5
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 




//EXAMPLE 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=oCMenu.level[0].width-4
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=2
oCMenu.level[1].borderY=2
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 


//EXAMPLE 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=150
//oCMenu.level[2].height=18
//oCMenu.level[2].offsetX=0
//oCMenu.level[2].offsetY=0
//oCMenu.level[2].regClass="clLevel2"
//oCMenu.level[2].overClass="clLevel2over"
//oCMenu.level[2].borderClass="clLevel2border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','Home','/index.htm','')

oCMenu.makeMenu('top1','','Our Churches','/our_churches.php','')
	oCMenu.makeMenu('sub11','top1','Getting There','/getting-there/our_churches_getting_there.htm','','200')	
	oCMenu.makeMenu('sub12','top1','Metro Congregational Connections','/getting-there/mcc.htm','','200')	
	
oCMenu.makeMenu('top2','','Prayer & Worship','/prayer/prayer.htm','')


oCMenu.makeMenu('top3','','Our Pastors','/our_pastors/our_pastors.htm','')
	oCMenu.makeMenu('sub31','top3','Living Thru Conflict','/our_pastors/our_pastors-12_truths.htm','','135')
	oCMenu.makeMenu('sub32','top3','Boundary Training','/our_pastors/our_pastors-boundary.htm','','135')
	oCMenu.makeMenu('sub33','top3','Search and Call','/our_pastors/our_pastors-search-call.htm','','135')
		oCMenu.makeMenu('sub331','sub33','Overview','/our_pastors/our_pastors-search-call-overview.htm','')
		oCMenu.makeMenu('sub332','sub33','Process','/our_pastors/our_pastors-search-call-process.htm','')
	oCMenu.makeMenu('sub34','top3','Interim Ministry Liturgy','/our_pastors/our_pastors-interimminliturgy1.htm','','135')
	


oCMenu.makeMenu('top4','','Our People','/our_people/our_people.htm','')
	
oCMenu.makeMenu('top5','','Our Associations','/associations/associations.htm','')
	oCMenu.makeMenu('sub51','top5','Metro Association','/associations/assoc_metro.htm')
	
		oCMenu.makeMenu('sub511','sub51','2010 Spring Meeting','/associations/metro_spring-2010/2010-metro_spring_meet.htm','','','')		
		oCMenu.makeMenu('sub512','sub51','Celebrate Michael','/associations/assoc_metro-caine.htm','','','')
		oCMenu.makeMenu('sub513','sub51','2009 Annual Meeting','/associations/2009-metro_ann_meet/2009-metro_ann_meet.htm','','','')	
		oCMenu.makeMenu('sub514','sub51','Blue Ribbon Comm','/associations/assoc_metro-blueribbon_comm.htm','','','')
		oCMenu.makeMenu('sub515','sub51','Board and Committees','/associations/assoc-metro-bd-comm.htm','','','35')
		oCMenu.makeMenu('sub516','sub51','Metro By-laws','/associations/assoc-metrobylaws.htm')		
		oCMenu.makeMenu('sub517','sub51','Ministerial Standing','/associations/assoc_metro-ministerial_standing.htm')		
		oCMenu.makeMenu('sub518','sub51','Open and Affirming','/associations/assoc_metro-openandaffirming.htm')	
		oCMenu.makeMenu('sub519','sub51','In Care Status','/associations/in-care/assoc_mms-in-care.htm')	
	oCMenu.makeMenu('sub52','top5','Suffolk Association','/associations/assoc_suffolk.htm')
		oCMenu.makeMenu('sub521','sub52','Suffolk By-laws','/associations/assoc-suffolkbylaws.htm')		
	
	
	
	
oCMenu.makeMenu('top6','','Revitalizing Churches','/revit_church/revit_church.htm','','','35')
	oCMenu.makeMenu('sub61','top6','Casting Your Nets','/revit_church/revit_church-casting_your_nets.htm')		
	
oCMenu.makeMenu('top7','','Justice & Witness','/justice/justice.htm')


oCMenu.makeMenu('top8','','Calendar','/news/calendar.htm','')
oCMenu.makeMenu('top9','','News','/news/news.htm','')
oCMenu.makeMenu('top10','','Archives','/archive/archive.htm','')
oCMenu.makeMenu('top11','','Contact Us','/contact/contact.htm','')
oCMenu.makeMenu('top12','','Search','/zoomsearch/search.php','')

//Leave this line - it constructs the menu
oCMenu.construct()	
