
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=5
oCMenu.fromLeft=0 
oCMenu.fromTop=160   
oCMenu.rows=1 
oCMenu.menuPlacement="center"

// oCMenu.menuPlacement="left"
                                                             
//oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="../cp/scripts/" 
oCMenu.resizeCheck=1 
oCMenu.wait=200 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
//oCMenu.barWidth="840"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=151 
oCMenu.barY=83
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=10
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=9
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+120
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].arrow=0
oCMenu.level[1].arrowWidth=0
oCMenu.level[1].arrowHeight=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=9
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=120
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://www.baabonline.com/default.asp','','75')

oCMenu.makeMenu('top1','','Baseball','','','75')
	oCMenu.makeMenu('sub10','top1','Peanut','http://www.baabonline.com/league.asp?sport=BB&league=Peanut','','110')
	oCMenu.makeMenu('sub11','top1','TeeBall','http://www.baabonline.com/league.asp?sport=BB&league=TeeBall','','110')
	oCMenu.makeMenu('sub12','top1','PeeWee','http://www.baabonline.com/league.asp?sport=BB&league=PeeWee','','110')
	oCMenu.makeMenu('sub13','top1','Minor','http://www.baabonline.com/league.asp?sport=BB&league=Minor','','110')
	oCMenu.makeMenu('sub14','top1','Major','http://www.baabonline.com/league.asp?sport=BB&league=Major','','110')
	oCMenu.makeMenu('sub15','top1','Pony','http://www.baabonline.com/league.asp?sport=BB&league=Pony','','110')
	oCMenu.makeMenu('sub16','top1','Colt','http://www.baabonline.com/league.asp?sport=BB&league=Colt','','110')
	oCMenu.makeMenu('sub17','top1','Brookwood&nbsp;HS','http://www.broncobaseball.org','','110')
	
oCMenu.makeMenu('top2','','Softball','','','75')
	oCMenu.makeMenu('sub20','top2','Peanut','http://www.baabonline.com/league.asp?sport=BB&league=Peanut','','110')
	oCMenu.makeMenu('sub21','top2','TeeBall','http://www.baabonline.com/league.asp?sport=SB&league=TeeBall','','110')
	oCMenu.makeMenu('sub22','top2','PeeWee','http://www.baabonline.com/league.asp?sport=SB&league=PeeWee','','110')
	oCMenu.makeMenu('sub23','top2','Minor','http://www.baabonline.com/league.asp?sport=SB&league=Minor','','110')
	oCMenu.makeMenu('sub24','top2','Major','http://www.baabonline.com/league.asp?sport=SB&league=Major','','110')
	oCMenu.makeMenu('sub25','top2','Junior','http://www.baabonline.com/league.asp?sport=SB&league=Junior','','110')
	oCMenu.makeMenu('sub26','top2','Senior','http://www.baabonline.com/league.asp?sport=SB&league=Senior','','110')
	oCMenu.makeMenu('sub27','top2','Brookwood&nbsp;HS','http://www.broncosoftball.org/','','110')
	
oCMenu.makeMenu('top3','','Travel','','','75')
	oCMenu.makeMenu('sub30','top3','GGBL 11U Broncos','http://www.baabonline.com/team.asp?teamid=51','','88')
	oCMenu.makeMenu('sub31','top3','GGBL 12U Broncos','http://www.baabonline.com/team.asp?teamid=53','','88')
	oCMenu.makeMenu('sub32','top3','GGBL 13U Broncos','http://www.baabonline.com/team.asp?teamid=55','','88')
	oCMenu.makeMenu('sub33','top3','GGBL 14U Broncos','http://www.baabonline.com/team.asp?teamid=56','','88')
	oCMenu.makeMenu('sub34','top3','Girls 18U Blaze','http://www.baabonline.com/team.asp?teamid=68','','88')
	
oCMenu.makeMenu('top4','','Helpful Information','','','155')
	oCMenu.makeMenu('sub41','top4','Calendar','http://www.baabonline.com/calendar.asp?teamid=0','','130')
	oCMenu.makeMenu('sub42','top4','BAAB&nbsp;Policies&nbsp;>','','','130')
	oCMenu.makeMenu('sub43','top4','League&nbsp;Rules&nbsp;>','','','130')
	oCMenu.makeMenu('sub44','top4','BAAB&nbsp;Info&nbsp;>','','','130')
	oCMenu.makeMenu('sub45','top4','Bethesda&nbsp;Park&nbsp;>','','','130')
	oCMenu.makeMenu('sub46','top4','Team&nbsp;Parent','http://www.baabonline.com/team_mom.asp','','130')
		oCMenu.makeMenu('sub440','sub42','Draft&nbsp;Rules','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_draft.htm&ptitle=Brookwood Draft Rules','','130','','','','','','')
		oCMenu.makeMenu('sub441','sub42','All&nbsp;Star&nbsp;Rules','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_allstar.htm&ptitle=Brookwood All Star Selection Rules','','130','','','','','','')
		oCMenu.makeMenu('sub442','sub42','Lightning&nbsp;Safety','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/LightningSafetyPlan.pdf&ptitle=Lightning Safety Plan','','130','','','','','','')

		oCMenu.makeMenu('sub443','sub43','General&nbsp;Rules','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_general.htm&ptitle=Brookwood%20General%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub444','sub43','Baseball&nbsp;Rules','','','130','','','','','','')
		oCMenu.makeMenu('sub445','sub43','Peanut','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBpeanut.htm&ptitle=Brookwood%20Peanut%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub446','sub43','TeeBall','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBtball.htm&ptitle=Brookwood%20TeeBall%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub447','sub43','PeeWee','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBpeewee.htm&ptitle=Brookwood%20Peewee%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub448','sub43','Minor','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBminor.htm&ptitle=Brookwood%20Minor%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub449','sub43','Major','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBmajor.htm&ptitle=Brookwood%20Major%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4410','sub43','Pony','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBpony.htm&ptitle=Brookwood%20Pony%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4411','sub43','Colt','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_BBcolt.htm&ptitle=Brookwood%20Colt%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4412','sub43','Softball&nbsp;Rules','','','130','','','','','','')
		oCMenu.makeMenu('sub4413','sub43','TeeBall','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_SBtball.htm&ptitle=Brookwood%20TeeBall%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4414','sub43','PeeWee','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_SBpeewee.htm&ptitle=Brookwood%20Peewee%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4415','sub43','Minor','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_SBminor.htm&ptitle=Brookwood%20Minor%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4416','sub43','Major','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_SBmajor.htm&ptitle=Brookwood%20Major%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4417','sub43','Junior','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_SBpony.htm&ptitle=Brookwood%20Junior%20Rules','','130','','','','','','')
		oCMenu.makeMenu('sub4418','sub43','Senior','http://www.baabonline.com/BAABtemplatepage.asp?teamid=http://www.baabonline.com/rules_SBcolt.htm&ptitle=Brookwood%20Senior%20Rules','','130','','','','','','')

		oCMenu.makeMenu('sub4419','sub44','About&nbsp;BAAB','http://www.baabonline.com/baabinfo.asp','','130','','','','','','')
		oCMenu.makeMenu('sub4420','sub44','For&nbsp;our&nbsp;Parents','http://www.baabonline.com/parentinfo.asp','','130','','','','','','')
		oCMenu.makeMenu('sub4421','sub44','For&nbsp;our&nbsp;Coaches','http://www.baabonline.com/coachesinfo.asp','','130','','','','','','')
		oCMenu.makeMenu('sub4422','sub44','For&nbsp;our&nbsp;Players','http://www.baabonline.com/playerinfo.asp','','130','','','','','','')
		oCMenu.makeMenu('sub4423','sub44','Fall&nbsp;Ball&nbsp;Info','http://www.baabonline.com/fallballinfo.asp','','130','','','','','','')

		oCMenu.makeMenu('sub4424','sub45','Map/Directions','http://www.baabonline.com/parkdirections.asp','','130','','','','','','')
		oCMenu.makeMenu('sub4425','sub45','Park&nbsp;Layout','http://www.baabonline.com/parklayout.asp','','130','','','','','','')
		oCMenu.makeMenu('sub4426','sub45','Gwinnett&nbsp;Parks','http://www.gwinnettcounty.com/cgi-bin/gwincty/egov/ep/gcNavView.do?BV_UseBVCookie=yes&path=Departments|Community+Services|Parks+%26+Recreation|Our+Parks+%26+Facilities|Guide+to+Your+Parks|Bethesda+Park','','130','','','','','','')

oCMenu.makeMenu('top5','','Registration','','','100')
	oCMenu.makeMenu('sub51','top5','Player&nbsp;Registration','http://www.baabonline.com/registration/registration_login.asp','','270')
	oCMenu.makeMenu('sub52','top5','Manager/Coach/Helper&nbsp;Registration','https://redbirds.readyhosting.com/registration/manager_login.asp','','270')

oCMenu.makeMenu('top6','','Archives','','','88')
	oCMenu.makeMenu('sub61','top6','2006','http://www.baabonline.com/2006archive.asp','','68')
	oCMenu.makeMenu('sub62','top6','2007','http://www.baabonline.com/2007archive.asp','','68')
	oCMenu.makeMenu('sub63','top6','2008','http://www.baabonline.com/2008archive.asp','','68')
	oCMenu.makeMenu('sub64','top6','2009','http://www.baabonline.com/2009archive.asp','','68')
	oCMenu.makeMenu('sub65','top6','2010','http://www.baabonline.com/2010archive.asp','','68')

oCMenu.makeMenu('top7','','Sponsors','http://www.baabonline.com/sponsors.asp','','88')

oCMenu.makeMenu('top8','','Contact Us','http://www.baabonline.com/contacts.asp','','88')

//Leave this line - it constructs the menu
oCMenu.construct()	
