/*****************************************************************************
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
******************************************************************************/
/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

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

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=35 
oCMenu.fromTop=43   
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="C:/Sites/St Brigid's/" 
oCMenu.onlineRoot="public_html" 
oCMenu.resizeCheck=1 
oCMenu.wait=200
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

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

//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=85
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
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].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"


//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-2
oCMenu.level[1].width=100
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify 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=120
oCMenu.level[2].height=20
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','','&nbsp;&nbsp;Parish Groups','http://www.stbrigid.org.uk/groups.htm','')

  oCMenu.makeMenu('sub00','top0','Liturgical','http://www.stbrigid.org.uk/liturgical.htm')
        oCMenu.makeMenu('sub001','sub00','- Sunday Toddlers','http://www.stbrigid.org.uk/liturgical.htm#Toddlers')
		oCMenu.makeMenu('sub002','sub00','- Childrens Liturgy','http://www.stbrigid.org.uk/liturgical.htm#liturgy')
		oCMenu.makeMenu('sub003','sub00','- Altar Servers','http://www.stbrigid.org.uk/liturgical.htm#servers')
		oCMenu.makeMenu('sub004','sub00','- Readers','http://www.stbrigid.org.uk/liturgical.htm#readers')
		oCMenu.makeMenu('sub005','sub00','- Eucharist','http://www.stbrigid.org.uk/liturgical.htm#Ministers')
		oCMenu.makeMenu('sub006','sub00','- Passkeppers','http://www.stbrigid.org.uk/liturgical.htm#passkeppers')
		oCMenu.makeMenu('sub007','sub00','- R.C.I.A. ','http://www.stbrigid.org.uk/liturgical.htm#rcia')
		
	oCMenu.makeMenu('sub01','top0','Pastoral','http://www.stbrigid.org.uk/pastoral.htm')
		oCMenu.makeMenu('sub010','sub01','- P.P.T.','http://www.stbrigid.org.uk/pastoral.htm#ppt')
		oCMenu.makeMenu('sub011','sub01','- S.V.D.P.','http://www.stbrigid.org.uk/pastoral.htm#svdp')
		oCMenu.makeMenu('sub012','sub01','- Senior Citizens','http://www.stbrigid.org.uk/pastoral.htm#citizens')
		oCMenu.makeMenu('sub013','sub01','- Catering Group','http://www.stbrigid.org.uk/pastoral.htm#catering')
		oCMenu.makeMenu('sub014','sub01','- Bereavement Group','http://www.stbrigid.org.uk/pastoral.htm#bereavement')
	
			
	oCMenu.makeMenu('sub02','top0','Social  ','http://www.stbrigid.org.uk/social.htm')
		oCMenu.makeMenu('sub020','sub02','- Girls Club','social.htm#Girls')
		oCMenu.makeMenu('sub021','sub02','- Womans Guild','http://www.stbrigid.org.uk/social.htm#Womens')
		oCMenu.makeMenu('sub022','sub02','- Bar','http://www.stbrigid.org.uk/social.htm#Bar')
		oCMenu.makeMenu('sub023','sub02','- Aerobics','http://www.stbrigid.org.uk/social.htm#Aerobics')
		oCMenu.makeMenu('sub024','sub02','- Pound Busters','http://www.stbrigid.org.uk/social.htm#Busters')
		oCMenu.makeMenu('sub025','sub02','- Indoor Bowling','http://www.stbrigid.org.uk/social.htm#Bowling')
		oCMenu.makeMenu('sub026','sub02','- Ballroom Dancing','http://www.stbrigid.org.uk/social.htm#Dancing')
	
	
	oCMenu.makeMenu('sub03','top0','Others','http://www.stbrigid.org.uk/others.htm')
		oCMenu.makeMenu('sub030','sub03','- Finance','http://www.stbrigid.org.uk/others.htm#Finiance')
		oCMenu.makeMenu('sub031','sub03','- Stall Keepers','http://www.stbrigid.org.uk/others.htm#Keepers')
		oCMenu.makeMenu('sub022','sub03','- Church Cleaners','http://www.stbrigid.org.uk/others.htm#Cleaners')
		oCMenu.makeMenu('sub023','sub03','- Nearly New Shop','http://www.stbrigid.org.uk/others.htm#Shop')
	
		oCMenu.makeMenu('sub04','top0','Rotas','http://www.stbrigid.org.uk/others.htm')
		oCMenu.makeMenu('sub040','sub04','- Altar Servers','http://www.stbrigid.org.uk/rotas_altarservers.htm')
		oCMenu.makeMenu('sub041','sub04','- Readers','http://www.stbrigid.org.uk/rotas_readers.htm')
		oCMenu.makeMenu('sub042','sub04','- Eucharistic Ministers','http://www.stbrigid.org.uk/rotas_eucharisticministers.htm')
		oCMenu.makeMenu('sub043','sub04','- Bar','http://www.stbrigid.org.uk/rotas_bar.htm')
		
			
oCMenu.makeMenu('top1','','&nbsp;&nbsp;Parish Centre','http://www.stbrigid.org.uk/parishcentre.htm')
	oCMenu.makeMenu('sub10','top1','Guided Tour','http://www.stbrigid.org.uk/guidedtour.htm')
	oCMenu.makeMenu('sub11','top1','Facilities','http://www.stbrigid.org.uk/facilities.htm')
	oCMenu.makeMenu('sub12','top1','Bookings','http://www.stbrigid.org.uk/bookings.htm')
	oCMenu.makeMenu('sub13','top1','Bar Rota','http://www.stbrigid.org.uk/barrota.PDF')
	
oCMenu.makeMenu('top2','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Schools','http://www.stbrigid.org.uk/schools.htm')
	oCMenu.makeMenu('sub21','top2','St Brigids Primary','http://www.stbrigid.org.uk/primary.htm')
	oCMenu.makeMenu('sub22','top2','St Aidans','http://www.stbrigid.org.uk/secondary.html')
	oCMenu.makeMenu('sub23','top2','R.E. Office','http://www.stbrigid.org.uk/reoffice.htm')
	oCMenu.makeMenu('sub24','top2','C.E.C.','http://www.stbrigid.org.uk/cec.htm')
	oCMenu.makeMenu('sub25','top2','C.E.S.','http://www.stbrigid.org.uk/ces.htm')	

oCMenu.makeMenu('top3','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Heritage','http://www.stbrigid.org.uk/heritage.htm')
	oCMenu.makeMenu('sub30','top3','Church','http://www.stbrigid.org.uk/church.htm')
	oCMenu.makeMenu('sub31','top3','Silver Jubilee','http://www.stbrigid.org.uk/jubilee1.htm')
	oCMenu.makeMenu('sub32','top3','Coat of Arms','http://www.stbrigid.org.uk/coatofarms.htm')
	oCMenu.makeMenu('sub33','top3','Parish Centenary','http://www.stbrigid.org.uk/centenary.htm')
	oCMenu.makeMenu('sub34','top3','1932 Garden Fete','http://www.stbrigid.org.uk/1932garden.htm')	
	oCMenu.makeMenu('sub35','top3','Photo Album','http://www.stbrigid.org.uk/photo.html')
	oCMenu.makeMenu('sub36','top3','S.V.D.P.','http://www.stbrigid.org.uk/svdpheritage.htm')
	oCMenu.makeMenu('sub37','top3','Clergy','http://www.stbrigid.org.uk/clergy.htm')
	oCMenu.makeMenu('sub38','top3','Church Grounds','http://www.stbrigid.org.uk/grounds.htm')

oCMenu.makeMenu('top4','','&nbsp;&nbsp;Local Churches','http://www.stbrigid.org.uk/churches.htm')
	oCMenu.makeMenu('sub40','top4','Roman Catholic','http://www.stbrigid.org.uk/rcchurches.htm')
	oCMenu.makeMenu('sub41','top4','Other Churches','http://www.stbrigid.org.uk/otherchurches.htm')
		oCMenu.makeMenu('sub410','sub41','- Christian','http://www.stbrigid.org.uk/christian.htm')
		oCMenu.makeMenu('sub411','sub41','- Other Faiths','http://www.stbrigid.org.uk/otherfaiths.htm')
		
	
oCMenu.makeMenu('top5','','&nbsp;&nbsp;&nbsp;&nbsp;Sacraments','http://www.stbrigid.org.uk/sacraments.htm')
	oCMenu.makeMenu('sub50','top5','Baptism','http://www.stbrigid.org.uk/baptism.htm')
	oCMenu.makeMenu('sub51','top5','Confirmation','http://www.stbrigid.org.uk/confirmation.htm')
	oCMenu.makeMenu('sub52','top5','Eucharist','http://www.stbrigid.org.uk/eucharist.htm')
	oCMenu.makeMenu('sub53','top5','Reconcilitation','http://www.stbrigid.org.uk/reconciliation.htm')		
	oCMenu.makeMenu('sub54','top5','Marriage','http://www.stbrigid.org.uk/marriage.htm')
	oCMenu.makeMenu('sub55','top5','Holy Orders','http://www.stbrigid.org.uk/holyorders.htm')
	oCMenu.makeMenu('sub56','top5','Sick','http://www.stbrigid.org.uk/sick.htm')
	
oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;Guest Book','http://www.stbrigid.org.uk/guestbook.htm')
	oCMenu.makeMenu('sub60','top6','Browse','http://www.stbrigid.org.uk/comments1.htm')
	oCMenu.makeMenu('sub61','top6','Sign','http://www.stbrigid.org.uk/guestbook_sign.htm')


	
		

oCMenu.construct()		
