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

//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=235
oCMenu.fromTop=120
oCMenu.rows=0
oCMenu.menuPlacement="left"

oCMenu.offlineRoot="file:///C|/srvr/lavera/data/site1/"
oCMenu.onlineRoot="/httpdocs/"
oCMenu.resizeCheck=1
oCMenu.wait=1500
oCMenu.fillImg=""
oCMenu.zIndex=0

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

//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=-1
oCMenu.level[1].offsetY=-1
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=oCMenu.level[0].width
oCMenu.level[2].height=20
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"


oCMenu.makeMenu('top0','','&nbsp;HOME','http://www.lavera.hk/index.php','','','','','','','','','','','',"window.status='Home'","window.status=''")

oCMenu.makeMenu('top0a','','&nbsp;ABOUT&nbsp;US','http://www.lavera.hk/index.php?option=com_content&task=view&id=12&Itemid=27','','','','','','','','','','','',"window.status='About Us'","window.status=''")

oCMenu.makeMenu('top1','','&nbsp;PRODUCTS','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='All Products'","window.status=''")


oCMenu.makeMenu('top2','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;FACE&nbsp;CARE&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php?page=shop.browse&category_id=7&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Face Care'","window.status=''")
	
	oCMenu.makeMenu('sub01','top2','&nbsp;CLEANSERS&nbsp;&amp;&nbsp;EXFOLIANTS','http://www.lavera.hk/index.php?page=shop.browse&category_id=20&option=com_virtuemart&Itemid=26','',165,'','','','','','','','','',"window.status='Cleansers and Exfoliants'","window.status=''")
	
	oCMenu.makeMenu('sub02','top2','&nbsp;TONERS','http://www.lavera.hk/index.php?page=shop.browse&category_id=21&option=com_virtuemart&Itemid=26','',165,'','','','','','','','','',"window.status='Toners'","window.status=''")
	
	oCMenu.makeMenu('sub03','top2','&nbsp;MOISTURIZERS','http://www.lavera.hk/index.php?page=shop.browse&category_id=22&option=com_virtuemart&Itemid=26','',165,'','','','','','','','','',"window.status='Moisturizers'","window.status=''")

	oCMenu.makeMenu('sub04','top2','&nbsp;MASKS','http://www.lavera.hk/index.php?page=shop.browse&category_id=24&option=com_virtuemart&Itemid=26','',165,'','','','','','','','','',"window.status='Masks'","window.status=''")
	
	oCMenu.makeMenu('sub06','top2','&nbsp;EYE&nbsp;CARE','http://www.lavera.hk/index.php?page=shop.browse&category_id=23&option=com_virtuemart&Itemid=26','',165,'','','','','','','','','',"window.status='Eye Care'","window.status=''")
	
	oCMenu.makeMenu('sub07','top2','&nbsp;LIP&nbsp;BALMS','http://www.lavera.hk/index.php?page=shop.browse&category_id=8&option=com_virtuemart&Itemid=26','',165,'','','','','','','','','',"window.status='Lip Balms'","window.status=''")
	
oCMenu.makeMenu('top3','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;BODY&nbsp;CARE&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php?page=shop.browse&category_id=17&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Body Care'","window.status=''")

	oCMenu.makeMenu('sub10','top3','&nbsp;SHOWER&nbsp;&amp;&nbsp;BATH&nbsp;GELS','http://www.lavera.hk/index.php?page=shop.browse&category_id=34&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Shower and Bath Gels'","window.status=''")
		
	oCMenu.makeMenu('sub11','top3','&nbsp;LOTIONS','http://www.lavera.hk/index.php?page=shop.browse&category_id=35&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Lotions'","window.status=''")
		
	oCMenu.makeMenu('sub12','top3','&nbsp;OILS','http://www.lavera.hk/index.php?page=shop.browse&category_id=36&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Oils'","window.status=''")
				
	oCMenu.makeMenu('sub13','top3','&nbsp;CLEANSERS','http://www.lavera.hk/index.php?page=shop.browse&category_id=37&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Cleansers'","window.status=''")
		
	oCMenu.makeMenu('sub14','top3','&nbsp;BATH&nbsp;SALTS','http://www.lavera.hk/index.php?page=shop.browse&category_id=38&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Bath Salts'","window.status=''")
		
	oCMenu.makeMenu('sub15','top3','&nbsp;DEODORANTS','http://www.lavera.hk/index.php?page=shop.browse&category_id=18&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Deodorants'","window.status=''")

	oCMenu.makeMenu('sub16','top3','&nbsp;FRAGRANCES','http://www.lavera.hk/index.php?page=shop.browse&category_id=39&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Eau de Toilette'","window.status=''")
	
oCMenu.makeMenu('top4','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;MAKE&nbsp;UP&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php?page=shop.browse&category_id=25&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Make Up'","window.status=''")
		
	oCMenu.makeMenu('sub20','top4','&nbsp;FLUIDS&nbsp;&amp;&nbsp;CREAMS','http://www.lavera.hk/index.php?page=shop.browse&category_id=26&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Fluids and Creams'","window.status=''")
	oCMenu.makeMenu('sub21','top4','&nbsp;CONCEALERS','http://www.lavera.hk/index.php?page=shop.browse&category_id=28&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Concealers'","window.status=''")
	oCMenu.makeMenu('sub22','top4','&nbsp;ROUGE&nbsp;&amp;&nbsp;POWDERS','http://www.lavera.hk/index.php?page=shop.browse&category_id=27&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Rouge and Powders'","window.status=''")
	oCMenu.makeMenu('sub23','top4','&nbsp;LIP&nbsp;GLOSS','http://www.lavera.hk/index.php?page=shop.browse&category_id=32&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Lip Gloss'","window.status=''")
	oCMenu.makeMenu('sub24','top4','&nbsp;LIPSTICK','http://www.lavera.hk/index.php?page=shop.browse&category_id=33&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Lipstick'","window.status=''")
	
	oCMenu.makeMenu('sub25','top4','&nbsp;EYE&nbsp;LINER','http://www.lavera.hk/index.php?page=shop.browse&category_id=29&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Eye Liner'","window.status=''")
		
	oCMenu.makeMenu('sub26','top4','&nbsp;EYESHADOW','http://www.lavera.hk/index.php?page=shop.browse&category_id=30&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Eyeshadow'","window.status=''")
		
	oCMenu.makeMenu('sub27','top4','&nbsp;MASCARA','http://www.lavera.hk/index.php?page=shop.browse&category_id=31&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Mascara'","window.status=''")
		
	
			
oCMenu.makeMenu('top5','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;HAIR&nbsp;CARE&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php?page=shop.browse&category_id=9&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Hair Care'","window.status=''")
	
	oCMenu.makeMenu('sub31','top5','&nbsp;SHAMPOOS','http://www.lavera.hk/index.php?page=shop.browse&category_id=10&option=com_virtuemart&Itemid=26','',175,'','','','','','','','','',"window.status='Shampoos'","window.status=''")		
	
	oCMenu.makeMenu('sub32','top5','&nbsp;CONDITIONERS&nbsp;&amp;&nbsp;TREATMENT','http://www.lavera.hk/index.php?page=shop.browse&category_id=11&option=com_virtuemart&Itemid=26','',175,'','','','','','','','','',"window.status='Conditioners and Treatment'","window.status=''")	

	oCMenu.makeMenu('sub33','top5','&nbsp;STYLING','http://www.lavera.hk/index.php?page=shop.browse&category_id=12&option=com_virtuemart&Itemid=26','',175,'','','','','','','','','',"window.status='Styling'","window.status=''")

	
oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;SUNSCREEN','http://www.lavera.hk/index.php?page=shop.browse&category_id=14&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Sunscreen'","window.status=''")

oCMenu.makeMenu('top8','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;FOR&nbsp;CHILDREN','http://www.lavera.hk/index.php?page=shop.browse&category_id=13&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='For Children'","window.status=''")

oCMenu.makeMenu('top9','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;FOR&nbsp;MEN&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php?page=shop.browse&category_id=15&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='All Products'","window.status=''")	

	oCMenu.makeMenu('sub91','top9','&nbsp;SHAVING&nbsp;&amp;&nbsp;FACE&nbsp;CARE','http://www.lavera.hk/index.php?page=shop.browse&category_id=19&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Shaving and Face Care'","window.status=''")	

	oCMenu.makeMenu('sub92','top9','&nbsp;BODY&nbsp;&amp;&nbsp;HAIR','http://www.lavera.hk/index.php?page=shop.browse&category_id=16&option=com_virtuemart&Itemid=26','',140,'','','','','','','','','',"window.status='Body and Hair for Men'","window.status=''")
		
oCMenu.makeMenu('top10','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;ECZEMA&nbsp;CARE&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php?page=shop.browse&category_id=42&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Eczema Care'","window.status=''")	

	oCMenu.makeMenu('sub101','top10','&nbsp;FOR&nbsp;THE&nbsp;FAMILY','http://www.lavera.hk/index.php?page=shop.browse&category_id=42&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Eczema Care for the Family'","window.status=''")	

	oCMenu.makeMenu('sub102','top10','&nbsp;FOR&nbsp;CHILDREN','http://www.lavera.hk/index.php?page=shop.browse&category_id=43&option=com_virtuemart&Itemid=26','',120,'','','','','','','','','',"window.status='Eczema Care for Children'","window.status=''")


oCMenu.makeMenu('top11','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;TOOTH&nbsp;CARE','http://www.lavera.hk/index.php?page=shop.browse&category_id=41&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Tooth Care'","window.status=''")

oCMenu.makeMenu('top12','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;HAND&nbsp;CARE','http://www.lavera.hk/index.php?page=shop.browse&category_id=40&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Hand Care'","window.status=''")


oCMenu.makeMenu('top13','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;STARTER&nbsp;SETS','http://www.lavera.hk/index.php?page=shop.browse&category_id=6&option=com_virtuemart&Itemid=26','','','','','','','','','','','',"window.status='Starter Sets'","window.status=''")


oCMenu.makeMenu('top14','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;PRODUCT&nbsp;LINES&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php','','140','','','','','','','','','',"window.status='Product Lines'","window.status=''")	

	oCMenu.makeMenu('sub141','top14','&nbsp;BABY&nbsp;&amp;&nbsp;KINDER','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=kinder&search_op=and%20not&keyword2=neutral&search_limiter=name','',150,'','','','','','','','','',"window.status='Baby & Kinder'","window.status=''")
	
	oCMenu.makeMenu('sub142','top14','&nbsp;BABY&nbsp;&amp;&nbsp;KINDER&nbsp;NEUTRAL','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=kinder&search_op=and&keyword2=neutral&search_limiter=name','',150,'','','','','','','','','',"window.status='Bay & Kinder Neutral'","window.status=''")	
	
	oCMenu.makeMenu('sub143','top14','&nbsp;BASIS&nbsp;SENSITIV','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=basis&search_op=and&keyword2=sensitiv&search_limiter=name','',150,'','','','','','','','','',"window.status='basis sensitiv'","window.status=''")	
	
	oCMenu.makeMenu('sub144','top14','&nbsp;BODY&nbsp;SPA*','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=body&search_op=and&keyword2=spa&search_limiter=name','',150,'','','','','','','','','',"window.status='Body SPA'","window.status=''")	
	
	oCMenu.makeMenu('sub145','top14','&nbsp;FACES','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=faces&search_limiter=name','',150,'','','','','','','','','',"window.status='Faces'","window.status=''")
	
	oCMenu.makeMenu('sub146','top14','&nbsp;HAIR','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=hair&search_op=and%20not&keyword2=basis&search_op=and%20not&keyword3=kinder&search_limiter=name','',150,'','','','','','','','','',"window.status='Hair'","window.status=''")
	
	oCMenu.makeMenu('sub147','top14','&nbsp;LIPS','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=lips&search_op=and%20not&keyword2=trend&search_limiter=name','',150,'','','','','','','','','',"window.status='Lips'","window.status=''")
	
	oCMenu.makeMenu('sub148','top14','&nbsp;MEN&nbsp;CARE','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=men&search_op=and&keyword2=care&search_category=106&search_limiter=name','',150,'','','','','','','','','',"window.status='Men Care'","window.status=''")	
	
	oCMenu.makeMenu('sub149','top14','&nbsp;MEN&nbsp;SPA*','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=men&search_op=and&keyword2=spa&search_category=106&search_limiter=name','',150,'','','','','','','','','',"window.status='Men SPA'","window.status=''")	
	
	oCMenu.makeMenu('sub1491','top14','&nbsp;NEUTRAL','http://www.lavera.hk/index.php?page=shop.browse&category_id=42&option=com_virtuemart&Itemid=26','',150,'','','','','','','','','',"window.status='Neutral'","window.status=''")
	
	oCMenu.makeMenu('sub1492','top14','&nbsp;SUN&nbsp;SENSITIV','http://www.lavera.hk/index.php?page=shop.browse&category_id=14&option=com_virtuemart&Itemid=26','',150,'','','','','','','','','',"window.status='Sun sensitiv'","window.status=''")
	
	oCMenu.makeMenu('sub1493','top14','&nbsp;TREND&nbsp;SENSITIV','http://www.lavera.hk/index.php?page=shop.browse&option=com_virtuemart&Itemid=26&keyword1=trend&search_op=and&keyword2=sensitiv&search_limiter=name','',150,'','','','','','','','','',"window.status='Trend sensitiv'","window.status=''")


oCMenu.makeMenu('top15','','&nbsp;WHY LAVERA?','http://www.lavera.hk/index.php?option=com_content&task=view&id=14&Itemid=28','','','','','','','','','','','',"window.status='Our Ingredients'","window.status=''")

oCMenu.makeMenu('top16','','&nbsp;OUR&nbsp;CERTIFICATION','http://www.lavera.hk/index.php?option=com_content&task=view&id=15&Itemid=29','','','','','','','','','','','',"window.status='Our Certification'","window.status=''")

oCMenu.makeMenu('top17','','&nbsp;RETAIL&nbsp;STORES&nbsp;&nbsp;&raquo;','http://www.lavera.hk/index.php','','','','','','','','','','','',"window.status='Retail Stores'","window.status=''")

	oCMenu.makeMenu('sub171','top17','&nbsp;HONG&nbsp;KONG','http://www.lavera.hk/index.php?option=com_content&task=view&id=16&Itemid=30','',94,'','','','','','','','','',"window.status='Retail Stores Hong Kong'","window.status=''")	

	oCMenu.makeMenu('sub172','top17','&nbsp;SINGAPORE','http://www.lavera.hk/index.php?option=com_content&task=view&id=18&Itemid=32','',94,'','','','','','','','','',"window.status='Retail Stores Singapore'","window.status=''")	

	oCMenu.makeMenu('sub173','top17','&nbsp;PHILIPPINES','http://www.lavera.hk/index.php?option=com_content&task=view&id=17&Itemid=31','',94,'','','','','','','','','',"window.status='Retail Stores Philippines'","window.status=''")		

	oCMenu.makeMenu('sub174','top17','&nbsp;KOREA','http://www.lavera.hk/index.php?option=com_content&task=view&id=19&Itemid=19','',94,'','','','','','','','','',"window.status='Retail Stores Korea'","window.status=''")

oCMenu.makeMenu('top18','','&nbsp;CONTACT&nbsp;US','http://www.lavera.hk/index.php?option=com_contact&Itemid=3','','','','','','','','','','','',"window.status='Contact Us'","window.status=''")


//Leave this line
oCMenu.construct()
