
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=5
oCMenu.fromLeft=15 
oCMenu.fromTop=5   
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
//oCMenu.offlineRoot="/C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=185
oCMenu.level[0].height=25 
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=200
oCMenu.level[1].height=25
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=25
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','','Daily Bible Study','http://dailybiblestudy.org')
	oCMenu.makeMenu('sub00','top0','Home','http://dailybiblestudy.org')
	oCMenu.makeMenu('sub01','top0','About','http://dailybiblestudy.org/about.html')
	oCMenu.makeMenu('sub02','top0','Comments','http://www.dailybiblestudy.org/biblestudy/contents_comments_online_studies.html')
	
	oCMenu.makeMenu('sub03','top0','Facebook Groups','http://www.dailybiblestudy.org/facebook-pages.html')
	oCMenu.makeMenu('sub04','top0','How to Prepare for this Study','http://www.dailybiblestudy.org/how-to-prepare.html')
	oCMenu.makeMenu('sub05','top0','Twitter for Bible Study Updates','http://twitter.com/jneelyranch')		
	oCMenu.makeMenu('sub06','top0','Quick Links Page','http://www.dailybiblestudy.org/quick-links.html')		

oCMenu.makeMenu('top1','','Study Levels - Quiz - Chat','http://dailybiblestudy.org')
	oCMenu.makeMenu('sub10','top1','Introduction to Christianity','http://www.dailybiblestudy.org/bibleindex-intro.html')
	oCMenu.makeMenu('sub11','top1','Basic Christian Studies','http://www.dailybiblestudy.org/bibleindex-basic.html')
	oCMenu.makeMenu('sub12','top1','Advanced Studies','http://www.dailybiblestudy.org/bibleindex.html')
	oCMenu.makeMenu('sub13','top1','Bible Resources - Quiz','http://www.dailybiblestudy.org/bible-resources.html')
	oCMenu.makeMenu('sub14','top1','Chat Room','http://dailybiblestudy.org/sitechat-entry.html')
	
	
oCMenu.makeMenu('top2','','Contact Us - Shopping','http://www.dailybiblestudy.org')
	oCMenu.makeMenu('sub21','top2','Contact Us','http://neelyranch.com/contactus.html')
	oCMenu.makeMenu('sub22','top2','Shopping','http://www.dailybiblestudy.org/amazon-store.html')

oCMenu.makeMenu('top3','','Weekly Studies','http://www.dailybiblestudy.org/bibleindex.html')
	oCMenu.makeMenu('sub31','top3','Sunday','http://www.dailybiblestudy.org/biblestudy/monthly/today-sunday.html')
	oCMenu.makeMenu('sub32','top3','Monday','http://www.dailybiblestudy.org/biblestudy/monthly/today-monday.html')
	oCMenu.makeMenu('sub33','top3','Tuesday','http://www.dailybiblestudy.org/biblestudy/monthly/today-tuesday.html')
	oCMenu.makeMenu('sub34','top3','Wednesday','http://www.dailybiblestudy.org/biblestudy/monthly/today-wednesday.html')
	oCMenu.makeMenu('sub35','top3','Thursday','http://www.dailybiblestudy.org/biblestudy/monthly/today-thursday.html')
	oCMenu.makeMenu('sub36','top3','Friday','http://www.dailybiblestudy.org/biblestudy/monthly/today-friday.html')
	oCMenu.makeMenu('sub37','top3','Saturday','http://www.dailybiblestudy.org/biblestudy/monthly/today-saturday.html')


oCMenu.makeMenu('top4','','Monthly Studies','http://www.dailybiblestudy.org/bibleindex.html')
	oCMenu.makeMenu('sub41','top4','First - Fifteenth','http://www.dailybiblestudy.org/bibleindex.html')	
		oCMenu.makeMenu('sub4401','sub41','01','http://www.dailybiblestudy.org/biblestudy/monthly/01.htm')
		oCMenu.makeMenu('sub4402','sub41','02','http://www.dailybiblestudy.org/biblestudy/monthly/02.htm')
		oCMenu.makeMenu('sub4403','sub41','03','http://www.dailybiblestudy.org/biblestudy/monthly/03.htm')
		oCMenu.makeMenu('sub4404','sub41','04','http://www.dailybiblestudy.org/biblestudy/monthly/04.htm')
		oCMenu.makeMenu('sub4405','sub41','05','http://www.dailybiblestudy.org/biblestudy/monthly/05.htm')
		oCMenu.makeMenu('sub4406','sub41','06','http://www.dailybiblestudy.org/biblestudy/monthly/06.htm')
		oCMenu.makeMenu('sub4407','sub41','07','http://www.dailybiblestudy.org/biblestudy/monthly/07.htm')
		oCMenu.makeMenu('sub4408','sub41','08','http://www.dailybiblestudy.org/biblestudy/monthly/08.htm')
		oCMenu.makeMenu('sub4409','sub41','09','http://www.dailybiblestudy.org/biblestudy/monthly/09.htm')
		oCMenu.makeMenu('sub4410','sub41','10','http://www.dailybiblestudy.org/biblestudy/monthly/10.htm')
		oCMenu.makeMenu('sub4411','sub41','11','http://www.dailybiblestudy.org/biblestudy/monthly/11.htm')
		oCMenu.makeMenu('sub4412','sub41','12','http://www.dailybiblestudy.org/biblestudy/monthly/12.htm')
		oCMenu.makeMenu('sub4413','sub41','13','http://www.dailybiblestudy.org/biblestudy/monthly/13.htm')
		oCMenu.makeMenu('sub4414','sub41','14','http://www.dailybiblestudy.org/biblestudy/monthly/14.htm')
		oCMenu.makeMenu('sub4415','sub41','15','http://www.dailybiblestudy.org/biblestudy/monthly/15.htm')
	oCMenu.makeMenu('sub42','top4','Sixteenth - Thirty-First','http://www.dailybiblestudy.org/bibleindex.html')	
		oCMenu.makeMenu('sub4416','sub42','16','http://www.dailybiblestudy.org/biblestudy/monthly/16.htm')
		oCMenu.makeMenu('sub4417','sub42','17','http://www.dailybiblestudy.org/biblestudy/monthly/17.htm')
		oCMenu.makeMenu('sub4418','sub42','18','http://www.dailybiblestudy.org/biblestudy/monthly/18.htm')
		oCMenu.makeMenu('sub4419','sub42','19','http://www.dailybiblestudy.org/biblestudy/monthly/19.htm')
		oCMenu.makeMenu('sub4420','sub42','20','http://www.dailybiblestudy.org/biblestudy/monthly/20.htm')
		oCMenu.makeMenu('sub4421','sub42','21','http://www.dailybiblestudy.org/biblestudy/monthly/21.htm')
		oCMenu.makeMenu('sub4422','sub42','22','http://www.dailybiblestudy.org/biblestudy/monthly/22.htm')
		oCMenu.makeMenu('sub4423','sub42','23','http://www.dailybiblestudy.org/biblestudy/monthly/23.htm')
		oCMenu.makeMenu('sub4424','sub42','24','http://www.dailybiblestudy.org/biblestudy/monthly/24.htm')
		oCMenu.makeMenu('sub4425','sub42','25','http://www.dailybiblestudy.org/biblestudy/monthly/25.htm')
		oCMenu.makeMenu('sub4426','sub42','26','http://www.dailybiblestudy.org/biblestudy/monthly/26.htm')
		oCMenu.makeMenu('sub4427','sub42','27','http://www.dailybiblestudy.org/biblestudy/monthly/27.htm')
		oCMenu.makeMenu('sub4428','sub42','28','http://www.dailybiblestudy.org/biblestudy/monthly/28.htm')
		oCMenu.makeMenu('sub4429','sub42','29','http://www.dailybiblestudy.org/biblestudy/monthly/29.htm')
		oCMenu.makeMenu('sub4430','sub42','30','http://www.dailybiblestudy.org/biblestudy/monthly/30.htm')
		oCMenu.makeMenu('sub4431','sub42','31','http://www.dailybiblestudy.org/biblestudy/monthly/31.htm')
	

		
oCMenu.makeMenu('top5','','Donate / Subscribe / Advertise','http://www.dailybiblestudy.org/donation.html')
	oCMenu.makeMenu('sub51','top5','Donations / Subscribe','http://www.dailybiblestudy.org/donation.html')
	oCMenu.makeMenu('sub52','top5','Advertising','http://www.dailybiblestudy.org/advertising.html')
	
	
	
oCMenu.makeMenu('top6','','Library','http://www.dailybiblestudy.org/bibleindex.html')
	oCMenu.makeMenu('sub61','top6','Charts and Maps','http://www.dailybiblestudy.org/images/contents_maps-and-charts_online_studies.html')
	oCMenu.makeMenu('sub62','top6','Bible Lists','http://www.dailybiblestudy.org/biblestudy/lists/contents_lists_online_studies.html')
	oCMenu.makeMenu('sub63','top6','New Testament Matt-Col','http://www.dailybiblestudy.org/biblestudy/dbs-nt/contents_nt_online_studies.html')
	oCMenu.makeMenu('sub64','top6','New Testament 1 Thess-Rev','http://www.dailybiblestudy.org/biblestudy/dbs-nt/contents_nt-2_online_studies.html')
	oCMenu.makeMenu('sub65','top6','Old Testament','http://www.dailybiblestudy.org/biblestudy/dbs-ot/contents_ot_online_studies.html')
	oCMenu.makeMenu('sub66','top6','Online E-Book Studies','http://www.dailybiblestudy.org/biblestudy/ebook_studies/index.htm')
	oCMenu.makeMenu('sub67','top6','Special Studies','http://www.dailybiblestudy.org/biblestudy/special/contents_special_online_studies.html')
	oCMenu.makeMenu('sub68','top6','Comments','http://www.dailybiblestudy.org/biblestudy/contents_comments_online_studies.html')
	oCMenu.makeMenu('sub69','top6','Two Yr Reading Plan','http://www.dailybiblestudy.org/biblestudy/two_year')
	
	
	
//Leave this line - it constructs the menu
oCMenu.construct()	
