
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0 
oCMenu.fromTop=0   
oCMenu.rows=0 
oCMenu.menuPlacement="0"
                                                             
oCMenu.offlineRoot="file:///D|/inetpub/wwwroot/bluepointmedicalspa.com/samples/" 
oCMenu.onlineRoot="http://www.bluepointmedicalspa.com" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
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=178
oCMenu.level[0].height=23 
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=1
oCMenu.level[0].offsetY=1
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"

//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.2)" 

//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=178
oCMenu.level[1].height=23
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=1
oCMenu.level[1].offsetY=1
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].height=30
oCMenu.level[2].offsetX=1
oCMenu.level[2].offsetY=1
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','','<img src="/images/console/console_4x2.jpg" alt="" name="Home" width="178" height="23" border="0" id="Home" />','/index.asp','')

oCMenu.makeMenu('top1','','<img src="/images/console/console_6x1.jpg" alt="" name="OurSpa" width="178" height="23" border="0" id="OurSpa" />','')
	oCMenu.makeMenu('sub10','top1','ABOUT US','/aboutus.asp')
	oCMenu.makeMenu('sub11','top1','ETIQUETTE','/etiquette.asp')
	oCMenu.makeMenu('sub12','top1','DISCLAIMER','/disclaimer.asp')
	
oCMenu.makeMenu('top2','','<img src="/images/console/SPECIALS.jpg" alt="" name="Specials" width="178" height="23" border="0" id="Specials" />','/specials.asp')

oCMenu.makeMenu('top3','','<img src="/images/console/console_7x1.jpg" alt="" name="Treatments" width="178" height="23" border="0" id="Treatments" />','/treatments.asp')
	oCMenu.makeMenu('sub31','top3','DESCRIPTION','/treatments.asp')
		oCMenu.makeMenu('sub011','sub31','IONITHERMIE','/treatments.asp#IONITHERMIE','',140,0)
		oCMenu.makeMenu('sub012','sub31','SAPPHIRE PHOTO ABRASION','/treatments.asp#SAPPHIRE_PHOTO_ABRASION','',140,0)
		oCMenu.makeMenu('sub013','sub31','02 HYPERBARIC OXYGEN THERAPY','/treatments.asp#02_HYPERBARIC_OXYGEN_THERAPY','',140,0)
		oCMenu.makeMenu('sub014','sub31','LASER HAIR REMOVAL','/treatments.asp#LASER_HAIR_REMOVAL','',140,0)
		oCMenu.makeMenu('sub015','sub31','LASER VEIN REMOVAL','/treatments.asp#LASER_VEIN_REMOVAL','',140,0)
		oCMenu.makeMenu('sub016','sub31','REMOVAL OF VASCULAR LESIONS','/treatments.asp#REMOVAL_OF_VASCULAR_LESIONS','',140,0)
		oCMenu.makeMenu('sub017','sub31','PHOTO FACIAL - SKIN REJUVENATION','/treatments.asp#PHOTO_FACIAL_SKIN_REJUVENATION','',140,0)
		oCMenu.makeMenu('sub018','sub31','RESTYLANE','/treatments.asp#RESTYLANE','',140,0)
		oCMenu.makeMenu('sub019','sub31','JUVEDERM','/treatments.asp#JUVEDERM','',140,0)
		oCMenu.makeMenu('sub020','sub31','RADIESSE','/treatments.asp#RADIESSE','',140,0)
		oCMenu.makeMenu('sub021','sub31','BOTOX','/treatments.asp#BOTOX','',140,0)
		oCMenu.makeMenu('sub022','sub31','MICRODERMABRASION','/treatments.asp#MICRODERMABRASION','',140,0)
		oCMenu.makeMenu('sub023','sub31','CHEMICAL PEELS','/treatments.asp#CHEMICAL_PEELS','',140,0)
	oCMenu.makeMenu('sub32','top3','FAQ','/faqs.asp')
	oCMenu.makeMenu('sub33','top3','PRICE LIST','/pricelist.asp')
	
oCMenu.makeMenu('top4','','<img src="/images/console/console_8x1.jpg" alt="" name="SkinCare" width="178" height="20" border="0" id="SkinCare" />','/skincareproducts.asp')
	oCMenu.makeMenu('sub41','top4','JANE IREDALE','/skincareproducts.asp#JANE_IREDALE')
	oCMenu.makeMenu('sub42','top4','SKINCEUTICALS','/skincareproducts.asp#SKINCEUTICALS')
	oCMenu.makeMenu('sub43','top4','KINERASE','/skincareproducts.asp#KINERASE')
	oCMenu.makeMenu('sub44','top4','CLAYTON SHAGAL','/skincareproducts.asp#CLAYTON_SHAGAL')
	oCMenu.makeMenu('sub45','top4','OBAGI','/skincareproducts.asp#OBAGI')
		oCMenu.makeMenu('sub041','sub45','NU-DERM SYSTEM','/skincareproducts.asp#NU-DERM_SYSTEM','',250,0)
		oCMenu.makeMenu('sub042','sub45','OBAGI-C RX','/skincareproducts.asp#OBAGI-C_RX','',250,0)
		oCMenu.makeMenu('sub043','sub45','PRO-C SYSTEM','/skincareproducts.asp#PRO-C_SYSTEM','',250,0)
		oCMenu.makeMenu('sub044','sub45','CLENZIDERM SYSTEM','/skincareproducts.asp#CLENZIDERM_SYSTEM','',250,0)
		oCMenu.makeMenu('sub045','sub45','ROSACLEAR SYSTEM','/skincareproducts.asp#ROSACLEAR_SYSTEM','',250,0)
		oCMenu.makeMenu('sub046','sub45','ELASTIDERM','/skincareproducts.asp#ELASTIDERM','',250,0)
		oCMenu.makeMenu('sub047','sub45','DECOLLATAGE SYSTEM','/skincareproducts.asp#DECOLLATAGE_SYSTEM','',250,0)
		oCMenu.makeMenu('sub048','sub45','BLUEPEEL SYSTEM','/skincareproducts.asp#BLUEPEEL_SYSTEM','',250,0)

oCMenu.makeMenu('top5','','<img src="/images/console/console_9x1.jpg" alt="" name="RequestAppointment" width="178" height="23" border="0" id="RequestAppointment" />','/requestappointment.asp')

oCMenu.makeMenu('top6','','<img src="/images/console/console_10x1.jpg" alt="" name="Contact" width="178" height="23" border="0" id="Contact" />','')
	oCMenu.makeMenu('sub61','top6','CONTACT INFORMATION','/contactinformation.asp')
	oCMenu.makeMenu('sub62','top6','MAP & DIRECTIONS','/mapdirections.asp')


//Leave this line - it constructs the menu
oCMenu.construct()	
