
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=12 
oCMenu.fromTop=120 
oCMenu.rows=1 
oCMenu.menuPlacement=""
                                                             
oCMenu.offlineRoot="file:///C|/Documents and settings/Mathsen/My Documents/Sites/SKD web development" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth=750
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
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=110
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//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)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//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=0
oCMenu.level[1].borderY=0
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=200
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','http://saintdrexel.org','',80)
	
oCMenu.makeMenu('top1','','About Us','','',75)
	oCMenu.makeMenu('sub10','top1','Who is St. Katharine Drexel?','/whoisskd.htm','',180)
	oCMenu.makeMenu('sub11','top1','Contact Us','/contacts.htm','',180)
	oCMenu.makeMenu('sub12','top1','Pastor~Fr. Keith Boisvert','/frkeith.htm','',180)
	oCMenu.makeMenu('sub13','top1','Staff','/staff.htm')
	oCMenu.makeMenu('sub14','top1','Pastoral Council','')
		oCMenu.makeMenu('sub140','sub14','Council Members','/council.htm','',180)
		oCMenu.makeMenu('sub141','sub14','Council Minutes','/council_minutes.htm','',180)
	oCMenu.makeMenu('sub15','top1','Locations','/locations.htm')
	oCMenu.makeMenu('sub16','top1','Building Plans','/bldgplans.htm')
	oCMenu.makeMenu('sub17','top1','Annual Report','/annualrpt.htm')	
	oCMenu.makeMenu('sub18','top1','Ministries','/ministries/ministries_and_contacts_01.htm') //All ministries list
	
oCMenu.makeMenu('top2','','Community Life','')
	oCMenu.makeMenu('sub21','top2','Weekly Bulletin','/bulletins.htm','',150)
	oCMenu.makeMenu('sub22','top2','Calendar','http://parishcalendar.com:8080/26/21472','_blank',150)
	oCMenu.makeMenu('sub23','top2','Organizations','/organizations.htm','',150)
	oCMenu.makeMenu('sub24','top2','Evangelization Ministries','/ministries/ministries_and_contacts_01c.htm','',150) //Evangelization Ministries
	
oCMenu.makeMenu('top3','','Worship','','',75)
	oCMenu.makeMenu('sub31','top3','Liturgical Schedule','/liturgicalsched.htm','',190)
	oCMenu.makeMenu('sub32','top3','Music Ministry','/music/music.htm','',190)
	oCMenu.makeMenu('sub33','top3','Today&rsquo;s Readings','http://usccb.org/nab/today.shtml','_blank',190)
	oCMenu.makeMenu('sub34','top3','Homilies','/homilies.htm','',190)
	oCMenu.makeMenu('sub35','top3','Prayer and Worship Ministries','/ministries/ministries_and_contacts_01a.htm','',190) //Prayer & Worship Ministries
	
oCMenu.makeMenu('top4','','Faith Formation','','',120)
	oCMenu.makeMenu('sub41','top4','For Everyone','/ffeveryone.htm','',170)
	oCMenu.makeMenu('sub42','top4','For Adults','/ffadults.htm','',170)
	oCMenu.makeMenu('sub43','top4','For Children & Youth','/ffchild.htm','',170)
	oCMenu.makeMenu('sub44','top4','For Youth and Young Adult','/youthandyoungadult/index.htm','',170)
	oCMenu.makeMenu('sub45','top4','Sacramental Preparation','/sacramentalprep.htm','',170)
	oCMenu.makeMenu('sub46','top4','Becoming Catholic','/becomecatholic.htm','',170)
	oCMenu.makeMenu('sub47','top4','Catholic Schools','/schools.htm','',170)
	oCMenu.makeMenu('sub48','top4','Faith Formation Ministries','/ministries/ministries_and_contacts_01b.htm','',170) //Faith Formation Ministries
	
oCMenu.makeMenu('top5','','Service','','',100)
	oCMenu.makeMenu('sub51','top5','Peace & Justice','/peaceandjustice/index.htm','',150)
	oCMenu.makeMenu('sub52','top5','Service Ministries','/ministries/ministries_and_contacts_01d.htm','',150) //Service & Outreach Ministries
	
	
oCMenu.makeMenu('top6','','Development','','',100)
	oCMenu.makeMenu('sub61','top6','Annual Giving','/annualgiving.htm','',180)
	oCMenu.makeMenu('sub62','top6','Deferred Giving','/deferredgiving.htm','',180)
	oCMenu.makeMenu('sub63','top6','Archbishop&rsquo;s Annual Appeal','/lentenappeal.htm','',180)
	oCMenu.makeMenu('sub64','top6','Fund Raising','/fundraising.htm','',180)
	oCMenu.makeMenu('sub65','top6','Scholarship Awards','/scholarship.htm','',180)
	oCMenu.makeMenu('sub66','top6','Financial Information','/finance.htm','',180)
	oCMenu.makeMenu('sub67','top6','Development Ministries','/ministries/ministries_and_contacts_01e.htm','',180) //Stewardship & Development Ministries
			
//Leave this line - it constructs the menu
oCMenu.construct()	
