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

//Menu properties   
oCMenu.pxBetween=5
oCMenu.fromLeft=-1
oCMenu.fromTop=290  
oCMenu.rows=0 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
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=160
oCMenu.level[0].height=40 
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=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="right"

//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=210
oCMenu.level[1].height=22
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+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="bottom" 



//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=oCMenu.level[1].width
oCMenu.level[2].height=21
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=1
oCMenu.level[2].offsetY=1
oCMenu.level[2].align="bottom"


/******************************************
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('top02','','HAWAII HEALTH <BR>TURNAROUND','','')
    oCMenu.makeMenu('sub021','top02','COURSE DESRCRIPTION','HAWAII_HEALTH_TURNAROUND.html')
    oCMenu.makeMenu('sub022','top02','<img src=http://julean.net/Calender/images/bullet.gif> APPLICATION','HAWAII_HEALTH_TURNAROUND.html#app')
oCMenu.makeMenu('top01','','<img src=images/transparent.gif height=8><BR>Home','index.html','')
oCMenu.makeMenu('top0','','Coaching and<BR>Mentor Programs','','')
	oCMenu.makeMenu('sub10','top0','Initial Start-Up','COACHING_AND_MENTOR_PROGRAMS.html','',160,20,'','','',0,'right')
	    oCMenu.makeMenu('sub220','sub10','PHYSICAL CONDITIONS','COACHING_AND_MENTOR_PROGRAMS.html#physical','',209,20)
	    oCMenu.makeMenu('sub221','sub10','PERSONAL EVOLUTION AND CHARACTER DEVELOPMENT','COACHING_AND_MENTOR_PROGRAMS.html#evolution','',209,32)
	    oCMenu.makeMenu('sub222','sub10','WHAT YOU WILL GAIN','COACHING_AND_MENTOR_PROGRAMS.html#gain','',209,20)
	    oCMenu.makeMenu('sub223','sub10','THE INITIAL START UP PACKAGE','COACHING_AND_MENTOR_PROGRAMS.html#startup','',209,20)
	    oCMenu.makeMenu('sub224','sub10','COST','COACHING_AND_MENTOR_PROGRAMS.html#cost','',209,20)
	    oCMenu.makeMenu('sub225','sub10','MESSAGE FROM GRACE TO YOU','COACHING_AND_MENTOR_PROGRAMS.html#message','',209,20)
	    
	oCMenu.makeMenu('sub11','top0','Cleansing Programs','CLEANSING_and_PURIFICATION.html','',160,20)
	
oCMenu.makeMenu('top1','','Exerise and<BR>Fitness Programs','EXERCISE_and_FITNESS_PROGRAMS_WITH_GRACE.html','')

oCMenu.makeMenu('top1b','','Bodywork and<BR>Acupuncture','Bodywork_and_Acupuncture.html','')
	
oCMenu.makeMenu('top2','','Topselling Book<BR>DVD & Audios','')
	oCMenu.makeMenu('sub21','top2','Grace&rsquo;s Book','Five_Essential_Laws_of_Eating.html')
	oCMenu.makeMenu('sub22','top2','The Ten Keys to Eating','TEN_KEYS_to_EATING.html')
	oCMenu.makeMenu('sub23','top2','Educational Products','Educational_Products.html')

oCMenu.makeMenu('top3','','Maui Health &<BR>Fitness Vacations','Maui_Health_and_Fitness_Programs.html')
    oCMenu.makeMenu('sub30','top3','Tropical Tune Ups','Maui_Health_and_Fitness_Programs.html')
    oCMenu.makeMenu('sub31','top3','Rates','Maui_Health_and_Fitness_Programs.html#rates')

oCMenu.makeMenu('top4','','<img src=images/transparent.gif height=8><BR>Rate Schedule','RATE_SCHEDULE.html')

oCMenu.makeMenu('top5','','Workshops and <BR>Class Schedule','Workshop_and_Class_Schedule.html')

oCMenu.makeMenu('top8','','<img src=images/transparent.gif height=8><BR>About Grace','')
	oCMenu.makeMenu('sub080','top8','Autobiography','Autobiography.html','',160,20)
	oCMenu.makeMenu('sub081','top8','History','History.html','',160,20)
	
oCMenu.makeMenu('top9','','<img src=images/transparent.gif height=8><BR>Testimonials','Testimonials.html')
oCMenu.makeMenu('top13','','Live Transmissions with Grace','')
	oCMenu.makeMenu('sub130','top13','Life on Maui ','Live_Transmissions_with_Grace.html#LIFE')
	oCMenu.makeMenu('sub131','top13','Liah Howard Show','Live_Transmissions_with_Grace.html#HOWARD')
	oCMenu.makeMenu('sub132','top13','Food for Erotica','Live_Transmissions_with_Grace.html#EROTICA')
oCMenu.makeMenu('top14','','<img src=images/transparent.gif height=8><BR>Contact Grace','xpress.html')

oCMenu.makeMenu('top15','','SUBSCRIPTION &<BR>Inspiring Articles','SUBSCRIPTION_and_Inspiring_Articles.html')
	oCMenu.makeMenu('sub150','top15','Description','SUBSCRIPTION_and_Inspiring_Articles.html')
	oCMenu.makeMenu('sub151','top15','Subscription Submission','SUBSCRIPTION_and_Inspiring_Articles.html#Subscription')
	oCMenu.makeMenu('sub152','top15','Sample Articles and Tips','SUBSCRIPTION_and_Inspiring_Articles.html#Sample')
//Leave this line
oCMenu.construct()
