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

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=1
oCMenu.fromLeft=0
oCMenu.fromTop=0   
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="../scripts/coolmenus/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
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="100%"
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=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=oCMenu.level[0].width-4
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].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=300
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.icpdga.com/index.htm','_top',45,0)


oCMenu.makeMenu('top1','','About Us','','_top',63,0)
	oCMenu.makeMenu('sub10','top1','Welcome','http://www.icpdga.com/about_us/index.htm','_top',130,0)
	oCMenu.makeMenu('sub11','top1','Trainers','http://www.icpdga.com/about_us/profiles.htm','_top',130,0)
	oCMenu.makeMenu('sub12','top1','Student Demographics','http://www.icpdga.com/about_us/student_demographics.htm','_top',130,0)	

oCMenu.makeMenu('top2','','Resource Center','','_top',109,0)
	oCMenu.makeMenu('sub20','top2','State & National Certification Boards','','_top',208,0)
		oCMenu.makeMenu('sub201','sub20','Alcohol & Drug Abuse Certification Board of Georgia (ADACB-GA)','http://www.adacbga.org','_blank',325,0)
		oCMenu.makeMenu('sub202','sub20','Georgia Addiction Counselors Association (GACA)','http://www.gaca.org','_blank',325,0)
		oCMenu.makeMenu('sub203','sub20','IC&RC International Credentialing & Reciprocity Consortium','http://www.icrcaoda.org','_blank',325,0)
		oCMenu.makeMenu('sub204','sub20','National Association Alcohol & Drug Abuse Counselors','http://www.naadac.org','_blank',325,0)

	oCMenu.makeMenu('sub21','top2','Georgia Professional Organizations','','_top',208,0)
		oCMenu.makeMenu('sub211','sub21','Georgia Council on Substance Abuse','http://www.gasubstanceabuse.org','_blank',420,0)
		oCMenu.makeMenu('sub212','sub21','United Way Data Resource 211','http://www.unitedwaycg.org/211','_blank',420,0)
		oCMenu.makeMenu('sub213','sub21','Addiction Treatment Search','http://www.addictionsearch.com/treatment/GA/georgia.html','_blank',420,0)
		oCMenu.makeMenu('sub214','sub21','Georgia Government','http://www.georgia.gov','_blank',420,0)
		oCMenu.makeMenu('sub215','sub21','Georgia Division of Mental Health, Developmental Disabilities & Addictive Diseases','http://www.mhddad.dhr.georgia.gov','_blank',420,0)

	oCMenu.makeMenu('sub22','top2','Alcohol & Drug Addiction','','_top',208,0)
		oCMenu.makeMenu('sub221','sub22','Hazelden','http://www.naacp.org','_blank',375,0)
		oCMenu.makeMenu('sub222','sub22','Addiction Technology Transfer Center (ATTC)','http://www.attcnetwork.org','_blank',375,0)
		oCMenu.makeMenu('sub223','sub22','Center for Mental Health and Addiction','http://www.camh.net','_blank',375,0)
		oCMenu.makeMenu('sub224','sub22','Substance Abuse & Mental Health Services Administration','http://www.samhsa.gov','_blank',375,0)
		oCMenu.makeMenu('sub225','sub22','SAMHSAs National Clearinghouse for Alcohol and Drug Information','http://www.ncadi.samhsa.gov','_blank',375,0)
		oCMenu.makeMenu('sub226','sub22','National Abstinence Clearinghouse','http://www.abstinence.net','_blank',375,0)
		oCMenu.makeMenu('sub227','sub22','Bureau of Alcohol, Tobacco, and Firearms','http://www.atf.treas.gov','_blank',375,0)
		oCMenu.makeMenu('sub228','sub22','National Institute of Drug Abuse','http://www.nida.nih.gov','_blank',375,0)
		oCMenu.makeMenu('sub229','sub22','Treatment Facility Locator','http://www.findtreatment.samhsa.gov','_blank',375,0)
		oCMenu.makeMenu('sub2290','sub22','Partnership for Drug Free America','http://www.drugfree.org','_blank',375,0)	
		oCMenu.makeMenu('sub2291','sub22','The National Eating Disorders Association','http://www.nationaleatingdisorders.org','_blank',375,0)
		oCMenu.makeMenu('sub2292','sub22','National Alcohol and Drug Addiction Recovery Month','http://recoverymonth.gov','_blank',375,0)
		oCMenu.makeMenu('sub2293','sub22','SAMHSA’s Co-Occurring Center for Excellence','http://www.coce.samhsa.gov','_blank',338,0)
		oCMenu.makeMenu('sub2294','sub22','National Center on Addiction and Substance Abuse at Columbia University','http://www.casacolumbia.org','_blank',375,0)
		oCMenu.makeMenu('sub2295','sub22','National Council for Behavioral Healthcare','http://www.thenationalcouncil.org','_blank',375,0)
		oCMenu.makeMenu('sub2296','sub22','Join Together','http://www.jointogether.org','_blank',338,0)

	oCMenu.makeMenu('sub23','top2','12-Step / Self-Help Recovery','','_top',208,0)
		oCMenu.makeMenu('sub231','sub23','Alcoholic Anonymous','http://www.aa.org','_blank',193,0)
		oCMenu.makeMenu('sub232','sub23','Atlanta Alcoholics Anonymous','http://www.attcnetwork.org','_blank',193,0)
		oCMenu.makeMenu('sub233','sub23','Center for Mental Health and Addiction','http://www.atlantaaa.org','_blank',193,0)
		oCMenu.makeMenu('sub234','sub23','Al-Anon','http://www.al-anon.org','_blank',193,0)
		oCMenu.makeMenu('sub235','sub23','Georgia Al-Anon','http://www.ga-al-anon.org','_blank',193,0)
		oCMenu.makeMenu('sub236','sub23','Narcotics Anonymous','http://www.na.org','_blank',193,0)
		oCMenu.makeMenu('sub237','sub23','Nar-Anon','http://www.nar-anon.org','_blank',193,0)
		oCMenu.makeMenu('sub238','sub23','Georgia Nar-Anon','http://www.nar-anon.org/georgia','_blank',193,0)
		oCMenu.makeMenu('sub239','sub23','Georgia Narcotics Anonymous','http://www.grscna.com','_blank',193,0)
		oCMenu.makeMenu('sub2390','sub23','Cocaine Anonymous','http://www.ca.org','_blank',193,0)
		oCMenu.makeMenu('sub2391','sub23','Georgia Cocaine Anonymous','http://www.georgiaca.org','_blank',193,0)
		oCMenu.makeMenu('sub2392','sub23','Marijuana Anonymous','http://www.marijuana-anonymous.org','_blank',193,0)
		oCMenu.makeMenu('sub2393','sub23','Dual Recovery Anonymous','http://www.draonline.org','_blank',193,0)
		oCMenu.makeMenu('sub2394','sub23','Overeaters Anonymous','http://www.oa.org','_blank',193,0)
		oCMenu.makeMenu('sub2395','sub23','Atlanta Overeaters Anonymous','http://www.atlantaoa.org','_blank',193,0)
		oCMenu.makeMenu('sub2396','sub23','Gamblers Anonymous','http://www.gamblersanonymous.org','_blank',193,0)
		oCMenu.makeMenu('sub2397','sub23','Debtors Anonymous','http://www.debtorsanonymous.org','_blank',193,0)
		oCMenu.makeMenu('sub2398','sub23','Sex Addicts Anonymous','http://www.sexaa.org','_blank',193,0)
		oCMenu.makeMenu('sub2399','sub23','Nicotine Anonymous','http://www.nicotine-anonymous.org','_blank',193,0)
		oCMenu.makeMenu('sub23100','sub23','Crystal Meth Anonymous','http://www.crystalmeth.org','_blank',193,0)
		oCMenu.makeMenu('sub23101','sub23','Codependent Anonymous','http://www.coda.org','_blank',193,0)
		oCMenu.makeMenu('sub23102','sub23','Anorexia and Bulimia Anonymous','http://www.anorexicsandbulimicsanonymousaba.com','_blank',193,0)
		oCMenu.makeMenu('sub23103','sub23','Sex and Love Addicts Anonymous','http://www.slaafws.org','_blank',193,0)
		oCMenu.makeMenu('sub23104','sub23','Sexual Compulsives Anonymous','http://www.sca-recovery.org','_blank',193,0)
		oCMenu.makeMenu('sub23105','sub23','Survivors of Incest Anonymous','http://www.siawso.org','_blank',193,0)
		oCMenu.makeMenu('sub23106','sub23','HIV Anonymous','http://www.hivanonymous.com','_blank',193,0)
		oCMenu.makeMenu('sub23107','sub23','Pills Anonymous','http://www.pillsanonymous.info','_blank',193,0)
		oCMenu.makeMenu('sub23108','sub23','HCV Anonymous','http://www.hcvanonymous.com','_blank',193,0)

	oCMenu.makeMenu('sub24','top2','Criminal Justice & Corrections','','_top',208,0)
		oCMenu.makeMenu('sub241','sub24','National Criminal Justice Reference Center','http://www.ncjrs.org','_blank',224,0)
		oCMenu.makeMenu('sub242','sub24','National Criminal Justice Reference Service','http://www.ncjrs.gov','_blank',224,0)
		oCMenu.makeMenu('sub243','sub24','Center on Juvenile and Criminal Justice','http://www.cjcj.org','_blank',224,0)
		oCMenu.makeMenu('sub244','sub24','NAACP Criminal Justice Project','http://www.naacp.org/advocacy/justice/index.htm','_blank',224,0)

	oCMenu.makeMenu('sub25','top2','Medical','','_top',208,0)
		oCMenu.makeMenu('sub251','sub25','American Society of Addiction Medicine','http://www.asam.org','_blank',275,0)
		oCMenu.makeMenu('sub252','sub25','American Psychiatric Association','http://www.psych.org','_blank',275,0)
		oCMenu.makeMenu('sub253','sub25','American Board of Psychiatry and Neurology','http://www.abpn.com','_blank',275,0)
		oCMenu.makeMenu('sub254','sub25','American Academy of Clinical Psychiatrists','http://www.aacp.com','_blank',275,0)
		oCMenu.makeMenu('sub255','sub25','American Academy of Child and Adolescent Psychiatry','http://www.aacap.org','_blank',275,0)
		oCMenu.makeMenu('sub256','sub25','Medline Plus','http://www.medlineplus.gov','_blank',275,0)
		oCMenu.makeMenu('sub257','sub25','American Medical Association','http://www.ama-assn.org','_blank',275,0)

	oCMenu.makeMenu('sub26','top2','Adolescence, Youth & Prevention','','_top',208,0)
		oCMenu.makeMenu('sub261','sub26','Centers for Disease Control: Division of Adolescent and School Health','http://www.cdc.gov/nccdphp/dash','_blank',352,0)
		oCMenu.makeMenu('sub262','sub26','The Institute for Youth Development','http://www.youthdevelopment.org','_blank',352,0)
		oCMenu.makeMenu('sub263','sub26','CDC: Tobacco Information and Prevention Source (TIPS)','http://www.cdc.gov/tobacco','_blank',352,0)
		oCMenu.makeMenu('sub264','sub26','Mothers Against Drunk Driving','http://www.madd.org','_blank',352,0)
		oCMenu.makeMenu('sub265','sub26','Office of Juvenile Justice and Delinquency Prevention','http://www.ojjdp.ncjrs.org','_blank',352,0)
		oCMenu.makeMenu('sub266','sub26','Join Together','http://www.jointogether.org','_blank',352,0)


	oCMenu.makeMenu('sub27','top2','Mental Health','','_top',208,0)

		oCMenu.makeMenu('sub271','sub27','National Mental Health Information Center','http://www.mentalhealth.samhsa.gov','_blank',327,0)

		oCMenu.makeMenu('sub272','sub27','National Institute of Mental Health','http://www.nimh.nih.gov','_blank',327,0)

		oCMenu.makeMenu('sub273','sub27','The Depression and Bipolar Support Alliance (DBSA)','http://www.dbsalliance.org','_blank',327,0)

		oCMenu.makeMenu('sub274','sub27','The Substance Abuse and Mental Health Services Administration','http://www.samhsa.gov','_blank',327,0)

		oCMenu.makeMenu('sub275','sub27','The Anxiety Disorders Association of America','http://www.adaa.org','_blank',327,0)

		oCMenu.makeMenu('sub276','sub27','The American Foundation for Suicide Prevention','http://www.afsp.org','_blank',327,0)



oCMenu.makeMenu('top3','','Certification','','_top',80,0)
	oCMenu.makeMenu('sub31','top3','Georgia Addiction Counselor Association (GACA)','http://www.gaca.org','_blank',360,0)
	oCMenu.makeMenu('sub32','top3','Alcohol & Drug Abuse Certification Board of Georgia (ADACB-GA)','http://www.adacbga.org','_blank',360,0)

oCMenu.makeMenu('top4','','Trainings','','_top',67,0)
	oCMenu.makeMenu('sub40','top4','Addiction Certification Program','','_top',218,0)
                             oCMenu.makeMenu('sub401','sub40','Registration Form','http://www.icpdga.com/trainings/ACP_Registration_Form09A.pdf','_blank',96,0)

		
			
	oCMenu.makeMenu('sub41','top4','One-Day Trainings','http://www.icpdga.com/trainings/CourseRegistrationForm09.pdf','_blank',218,0)
		
	
oCMenu.makeMenu('top5','','Calendar','http://www.icpdga.com/trainingschedule/index.htm','_top',64,0)
	

oCMenu.makeMenu('top6','','Online Registration','http://www.icpdga.com/shop_cart/index.htm','_top',123,0)
	




			


oCMenu.makeMenu('top7','','Contact Us','http://www.icpdga.com/contact_us/index.htm','_top',100,0)		




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


























