/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
/* ['Items Name','url_link.htm', {'tw':'target_name'}],*/
var MENU_ITEMS = [
	['<strong> Katy&acute;s Face</strong>','content.html',{'tw' : 'content'},
           ['MS Katy Yip','katysface/katy_yip.htm',{'tw' : 'content'}],
        ],
	['<strong>  Services</strong>','services.htm',{'tw' : 'content'},
		['Skin Care<img border=0 src=images/icon/arrow2.gif height=14>',null,null,
			['DECLEOR Aromatic Facial','services/decleor_face.php',{'tw' : 'content'}],
			['Elene Collagen Facial','services/elene_face.php',{'tw' : 'content'}],
			['Revitalight Photopulsation','services/revitalight.php',{'tw' : 'content'}],
			['Magic Peel Treatment','services/microdermabrasion.php',{'tw' : 'content'}],
			['Magic Hand Treament','services/magic_hand.php',{'tw' : 'content'}],
		],
		['Body Care<img border=0 src=images/icon/arrow2.gif height=14>',null,null,
			['Katy&acute;s Face Spa','services/decleor_body.htm',{'tw' : 'content'}],
		],	
		['Waxing','services/waxing.php',{'tw' : 'content'}],
		['Oxygen Life Plus','services/olp.php',{'tw' : 'content'}],
		['Permanent Make up','services/perm_makeup.php',{'tw' : 'content'}],
		['Make Up','services/makeup.php',{'tw' : 'content'}],
		['Eyelashes','services/eyelashes.php',{'tw' : 'content'}],
		['Other Services','services/other_services.htm',{'tw' : 'content'}],
	],
	['<strong>  Product</strong>','products.htm',{'tw' : 'content'},		
		['Other Products','products/other_products.htm', {'tw' : 'content'}],
	],
	['<strong>  Offers</strong>','offers.htm',{'tw' : 'content'}],
	['<strong>  Media</strong>','media.htm',{'tw' : 'content'},],
	['<strong>  Articles</strong>','articles.htm',{'tw' : 'content'},],
	['<strong>  Contact Us</strong>','contact_us.htm',{'tw' : 'content'}],
	['<strong>  Location</strong>','location.htm',{'tw' : 'content'}],
	['<strong>  Testimonials</strong>','testimonials.htm',{'tw' : 'content'}],
	['<strong>  FAQ</strong>','faq.htm',{'tw' : 'content'}],
	
];
