//Menu object creation
oMidCMenu=new makeCM("oMidCMenu") //Making the menu object. Argument: menuname

oMidCMenu.frames = 0

//Menu properties   
oMidCMenu.pxBetween=6
oMidCMenu.positionType="relative"
oMidCMenu.containerId="clMidMenuContainer"
oMidCMenu.fromLeft=0
oMidCMenu.fromTop=0
oMidCMenu.rows=1 
oMidCMenu.menuPlacement="left"
                                                             
oMidCMenu.offlineRoot="" 
oMidCMenu.onlineRoot="" 
oMidCMenu.resizeCheck=1 
oMidCMenu.wait=100 
oMidCMenu.fillImg="sources/coolmenus/cm_fill.gif"
oMidCMenu.zIndex=0

//Background bar properties
oMidCMenu.useBar=0
oMidCMenu.barWidth="100%"
oMidCMenu.barHeight="menu" 
oMidCMenu.barClass=""
oMidCMenu.barX=0 
oMidCMenu.barY=0
oMidCMenu.barBorderX=0
oMidCMenu.barBorderY=0
oMidCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oMidCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oMidCMenu.level[0].width=125
oMidCMenu.level[0].height=36 
oMidCMenu.level[0].regClass="cl_toplevel"
oMidCMenu.level[0].overClass="cl_toplevel_over"
oMidCMenu.level[0].borderX=0
oMidCMenu.level[0].borderY=0
oMidCMenu.level[0].borderClass="cl_toplevel_border"
oMidCMenu.level[0].offsetX=0
oMidCMenu.level[0].offsetY=0
oMidCMenu.level[0].rows=0
oMidCMenu.level[0].arrow=0
oMidCMenu.level[0].arrowWidth=0
oMidCMenu.level[0].arrowHeight=0
oMidCMenu.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
oMidCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oMidCMenu.level[1].height=19
oMidCMenu.level[1].borderX=1
oMidCMenu.level[1].borderY=1
oMidCMenu.level[1].align="right"
oMidCMenu.level[1].offsetX=0
oMidCMenu.level[1].offsetY=0
oMidCMenu.level[1].borderClass="cl_sub_border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oMidCMenu.makeMenu('about','','About','index.html','_top',55,36, '', '', 'cl_toplink', 'cl_toplink_over');
	oMidCMenu.makeMenu('ericgroh','about','About Eric Groh','AboutEricGroh.html','_top',120,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('privacy','about','Privacy Policy','PrivacyPolicy.html','_top',120,22, '', '', 'cl_link', 'cl_link_over');

oMidCMenu.makeMenu('myapproach','','My Approach & Techniques','index.html','_top',195,36, '', '', 'cl_toplink', 'cl_toplink_over');
	oMidCMenu.makeMenu('psychodynamic','myapproach','Psychodynamic Therapy','PsychodynamicTherapy.html','_top',315,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('cognitive','myapproach','Cognitive Behavioral Therapy','CognitiveBehavioralTherapy.html','_top',315,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('eyemovement','myapproach','Eye Movement Desensitization & Reprocessing','EyeMovementDesensitization.html','_top',315,22, '', '', 'cl_link', 'cl_link_over');

oMidCMenu.makeMenu('services','','Services','index.html','_top',70,36, '', '', 'cl_toplink', 'cl_toplink_over');
	oMidCMenu.makeMenu('ADULT','services','ADULT','#','_top',70,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('SDR','ADULT','Self-Defeating Relationships','SelfDefeatingRelationships.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('MD','ADULT','Mood Disorders','MoodDisorders.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('GC','ADULT','Gambling Counseling','GamblingCounseling.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('TCE','ADULT','Traumatic Childhood Experiences','TraumaticChildhoodExperiences.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('AP','ADULT','Alcoholic Parent','AlcoholicParent.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('EFI','ADULT','Exploration of Family Interactions','ExplorationofFamilyInteractions.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('DOFM','ADULT','Death of Family Member','DeathofFamilyMember.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('IFM','ADULT','Incarcerated Family Member','IncarceratedFamilyMember.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('HIV','ADULT','HIV/AIDS','HIV_AIDS.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('Addiction','ADULT','Addiction','Addiction.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('PA','ADULT','Parental Abandonment','ParentalAbandonment.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('BF','ADULT','Broken Families','BrokenFamilies.html','_top',250,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('CHILD','services','CHILD','#','_top',70,22, '', '', 'cl_link', 'cl_link_over');
		oMidCMenu.makeMenu('APAC','CHILD','Artistic Performance Anxiety in Children','ArtisticPerformanceAnxietyinChildren.html','_top',280,22, '', '', 'cl_link', 'cl_link_over');

oMidCMenu.makeMenu('FAQ','','FAQ','faq.html','_top',47,36, '', '', 'cl_toplink', 'cl_toplink_over');

oMidCMenu.makeMenu('Appointments','','Appointments','https://www.psychotherapyatlanta.com/login.html','_top',103,36, '', '', 'cl_toplink', 'cl_toplink_over');

oMidCMenu.makeMenu('Professionals','','For Professionals','#','_top',130,36, '', '', 'cl_toplink', 'cl_toplink_over');
	oMidCMenu.makeMenu('PTAC','Professionals','Professional Training and Consultation','ProfessionalTrainingandConsultation.html','_top',270,22, '', '', 'cl_link', 'cl_link_over');

oMidCMenu.makeMenu('Resources','','Resources','#','_top',85,36, '', '', 'cl_toplink', 'cl_toplink_over');
	oMidCMenu.makeMenu('Articles','Resources','Articles','Articles.html','_top',85,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('Blog','Resources','Blog','Blog.html','_top',85,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('FreeTest','Resources','Free Test','FreeTest.html','_top',85,22, '', '', 'cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('HelpfulLinks','Resources','Resources','HelpfulLinks.html','_top',85,22, '', '', 'cl_link', 'cl_link_over');

oMidCMenu.makeMenu('contact','','Contact','#','_top',70,36, '', '', 'cl_toplink', 'cl_toplink_over');
	oMidCMenu.makeMenu('ask','contact','Ask Eric Groh a Question','AskEricGrohaQuestion.asp','_top',150,22, '', '','cl_link', 'cl_link_over');
	oMidCMenu.makeMenu('directions','contact','Directions','Directions.html','_top',150,22, '', '', 'cl_link', 'cl_link_over');
