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

oCMenu.frames = 1

//Menu properties   
oCMenu.pxBetween=5
oCMenu.fromLeft=92 
oCMenu.fromTop=109   
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=600 
oCMenu.fillImg="images/cm_fill.gif"
oCMenu.zIndex=0

//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=113
oCMenu.level[0].height=35 
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=2
oCMenu.level[0].offsetY=1
oCMenu.level[0].rows=0
oCMenu.level[0].align="bottom"
oCMenu.level[0].slidepx=10
oCMenu.level[0].slidetim=20

//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].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+30
oCMenu.level[1].offsetY=2
oCMenu.level[1].arrow="images/tri.gif"
oCMenu.level[1].arrowWidth=10
oCMenu.level[1].arrowHeight=11
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=140
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','','Programs','http://www.dmcfoundation.org/programs.htm','','113','35','images/svc0.gif','images/svc1.gif')
	oCMenu.makeMenu('sub00','top0','Childbirth Family Education','http://www.dmcfoundation.org/childbirth.htm','','175')
	oCMenu.makeMenu('sub01','top0','Diabetes Community Services','http://www.dmcfoundation.org/diabetes.htm','','175')
	oCMenu.makeMenu('sub02','top0','Fresh Outdoors Project','http://www.dmcfoundation.org/fresh.htm','','175')
	oCMenu.makeMenu('sub03','top0','Kids Works Puppet Theater','http://www.dmcfoundation.org/kids.htm','','175')
	oCMenu.makeMenu('sub04','top0','Lifeline Response System','http://www.dmcfoundation.org/lifeline.htm','','175')
	oCMenu.makeMenu('sub05','top0','Millers Place','http://www.dmcfoundation.org/miller.htm','','175')
			oCMenu.makeMenu('sub051','sub05','Alzheimers Day Care','http://www.dmcfoundation.org/miller1.htm#Day_Care','','160')
			oCMenu.makeMenu('sub052','sub05','Adult Day Health Care Center','http://www.dmcfoundation.org/miller1.htm#Health_Care','','160')
			oCMenu.makeMenu('sub053','sub05','Memory Lane Thrift Store','http://www.dmcfoundation.org/miller1.htm#Memory_Lane','','160')
	oCMenu.makeMenu('sub06','top0','Medical Outreach Mobile','http://www.dmcfoundation.org/mom.htm','','175')
	oCMenu.makeMenu('sub07','top0','Safety Education','http://www.dmcfoundation.org/safety.htm','','175')
			oCMenu.makeMenu('sub071','sub07','CPR & First Aid Training','http://www.dmcfoundation.org/cpr.htm','','160')
			oCMenu.makeMenu('sub072','sub07','KidWatch Babysitting Class','http://www.dmcfoundation.org/kidwatch.htm','','160')
			oCMenu.makeMenu('sub073','sub07','KidWatch Class March 31','http://www.dmcfoundation.org/kidwatch.htm#kidwatch','','160')
	oCMenu.makeMenu('sub08','top0','Health Education Scholarships','http://www.dmcfoundation.org/scholar.htm','','175')
	oCMenu.makeMenu('sub09','top0','Club FIT Mall Walking','http://www.dmcfoundation.org/fit.htm','','175')
//	oCMenu.makeMenu('sub10','top0','Program Contact Information','http://www.dmcfoundation.org/staff.htm','','175')
	oCMenu.makeMenu('sub10','top0','Class Registration','http://www.dmcfoundation.org/miller1.htm','','175')
			oCMenu.makeMenu('sub101','sub10','Activity Director Class','http://www.dmcfoundation.org/Director_Class.pdf','','160')

oCMenu.makeMenu('top1','','Contact DMCF','http://www.dmcfoundation.org/contact.htm','','113','35','images/info0.gif','images/info1.gif')
		oCMenu.makeMenu('sub11','top1','Information Request','http://www.dmcfoundation.org/info.htm','','140')
		oCMenu.makeMenu('sub12','top1','Appointment Request','http://www.dmcfoundation.org/appt.htm','','140')
		oCMenu.makeMenu('sub13','top1','Our Location','http://www.dmcfoundation.org/location.htm','','140')
		oCMenu.makeMenu('sub14','top1','Program Contacts','http://www.dmcfoundation.org/staff.htm','','140')
	    oCMenu.makeMenu('sub15','top1','Fundraising','http://www.dmcfoundation.org/fundraising.htm','','140')

oCMenu.makeMenu('top2','','About DMCF','http://www.dmcfoundation.org/about.htm','','113','35','images/abt0.gif','images/abt1.gif')
	oCMenu.makeMenu('sub20','top2','Board of Directors','http://www.dmcfoundation.org/directors.htm','','140')
	oCMenu.makeMenu('sub21','top2','Advisory Committees','http://www.dmcfoundation.org/committee.htm','','140')
	oCMenu.makeMenu('sub22','top2','Program Contacts','http://www.dmcfoundation.org/staff.htm','','140')
	oCMenu.makeMenu('sub23','top2','Our Location','http://www.dmcfoundation.org/location.htm','','140')
	oCMenu.makeMenu('sub24','top2','Fundraising','http://www.dmcfoundation.org/fundraising.htm','','140')
			
oCMenu.makeMenu('top3','','News Room','http://www.dmcfoundation.org/newsroom.htm','','113','35','images/news0.gif','images/news1.gif')
	oCMenu.makeMenu('sub30','top3','News','http://www.dmcfoundation.org/newsroom.htm','','140')
	oCMenu.makeMenu('sub31','top3','Events','http://www.dmcfoundation.org/events.htm','','140')
	oCMenu.makeMenu('sub32','top3','Fundraising','http://www.dmcfoundation.org/fundraising.htm','','140')
		
oCMenu.makeMenu('top4','','Testimonials','http://www.dmcfoundation.org/testimonials.htm','','113','35','images/test0.gif','images/test1.gif')

oCMenu.makeMenu('top5','','Donations','http://www.dmcfoundation.org/donate.htm','','113','35','images/don0.gif','images/don1.gif')


oCMenu.makeMenu('top6','','Useful Links','http://www.dmcfoundation.org/links.htm','','113','35','images/link0.gif','images/link1.gif')

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