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

oCMenu.frames = 1

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=22 
oCMenu.fromTop=222 
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=300 
oCMenu.fillImg="images/cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth=
oCMenu.barHeight= 
oCMenu.barClass=
oCMenu.barX=0 
oCMenu.barY=
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=125
oCMenu.level[0].height=30 
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=10
oCMenu.level[0].offsetY=1
oCMenu.level[0].rows=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].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=110
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','','Home','indexa.html','','60','20')
	
oCMenu.makeMenu('top1','','About NAL','about.html','','80','20')
	oCMenu.makeMenu('sub10','top1','Guiding Philosophies','guiding.html','','150')
	oCMenu.makeMenu('sub11','top1','Our Staff','staff.html','','150')
	oCMenu.makeMenu('sub12','top1','Positions Vacant','vacant.html','','150')
	oCMenu.makeMenu('sub13','top1','Qualifications','qual.html','','150')
	oCMenu.makeMenu('sub14','top1','Online Brochure','brochure.html','','150')
	oCMenu.makeMenu('sub15','top1','NAL Prospectus','prospectus.pdf','','150')
	oCMenu.makeMenu('sub16','top1','Our Locations','location.html','','150')
	oCMenu.makeMenu('sub17','top1','Certification','cert.html','','150')
	oCMenu.makeMenu('sub18','top1','Client List','list.html','','150')
	oCMenu.makeMenu('sub19','top1','Community Involvement','community.html','','150')
	
oCMenu.makeMenu('top2','','Our Services','services.html','','100','20')
	oCMenu.makeMenu('sub21','top2','Mold','services.html#mold','','125')
		oCMenu.makeMenu('sub211','sub21','About Mold','mold_about.html','','150')
		oCMenu.makeMenu('sub213','sub21','Analysis Request','coc.pdf','','150')
	oCMenu.makeMenu('sub22','top2','Asbestos','services.html#asbestos','','125')
		oCMenu.makeMenu('sub221','sub22','About Asbestos','asbestos.html','','150')
		oCMenu.makeMenu('sub222','sub22','Analysis Request','coc.pdf','','150')
	oCMenu.makeMenu('sub23','top2','Lead','services.html#lead','','125')
		oCMenu.makeMenu('sub231','sub23','About Lead','lead.html','','150')
		oCMenu.makeMenu('sub232','sub23','Analysis Request','coc.pdf','','150')
	oCMenu.makeMenu('sub24','top2','Radon','services.html#radon','','125')
		oCMenu.makeMenu('sub241','sub24','About Radon','radon.html','','150')
		oCMenu.makeMenu('sub242','sub24','Analysis Request','coc.pdf','','150')
	oCMenu.makeMenu('sub25','top2','Consulting Services','consulting.html','','125')
	oCMenu.makeMenu('sub26','top2','Inspection Quote','quote.html','','125')

oCMenu.makeMenu('top3','','Home Inspection','insp.htm','','110','20')
	oCMenu.makeMenu('sub31','top3','About Inspections','insp-about.htm','','125')
	oCMenu.makeMenu('sub32','top3','Inspection Quote','quote.html','','125')
	oCMenu.makeMenu('sub33','top3','Info Brochure','inspection.pdf','','125')
	oCMenu.makeMenu('sub34','top3','Check List','list.pdf','','125')
	oCMenu.makeMenu('sub35','top3','Moving Tips','moving.pdf','','125')

oCMenu.makeMenu('top4','','Resources','resources.html','','100','20')
		
oCMenu.makeMenu('top5','','Contact Us','contact.html','','100','20')
	oCMenu.makeMenu('sub51','top5','Information Request','info.html','','150')
	oCMenu.makeMenu('sub52','top5','Request a Quote','quote.html','','150')
	oCMenu.makeMenu('sub53','top5','Appointment','appt.html','','150')
	oCMenu.makeMenu('sub54','top5','Feedback','survey.html','','150')	

oCMenu.makeMenu('top6','','Testimonials','testimonial.html','','100','20')

oCMenu.makeMenu('top7','','News','new.html','','80','20')		

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