	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  About our Spa", "Our_Spa.html");
		menu1.addItem("  Press", "Press.html");
		menu1.addItem("  Spa Policy", "Spa_Policy.html");
		menu1.addItem("  Contact Us ", "Contact_Us.html");
		menu1.addItem("  Instant Gift Certificate ", "https://yinbeautyarts.boomtime.com/lgift");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Facials", "Skin_Treatments.html");
		menu2.addItem("  Facial Peels", "facial_peels.html");
		menu2.addItem("  Acupuncture Rejuvenation", "Acupuncture_Rejuvenation.html");
		menu2.addItem("  Ultrasound treatment", "ultrasound_treatment.html");
		menu2.addItem("  Micro-Lifting System", "micro_lifting_system.html");
		menu2.addItem("  Gentle Wave LED", "gentle_wave_led.html");
		menu2.addItem("  Photo facial rejuvenation", "Photo_Therapy_System.html");
		menu2.addItem("  Mesotherapy-Biopuncture", "Mesotherapy_Biopuncture.html");
		menu2.addItem("  Instant Gift Certificate", "https://yinbeautyarts.boomtime.com/lgift");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Inner Balance", "Body_Treatments.html");
		menu3.addItem("  Slimming", "slimming.html");
		menu3.addItem("  Herbal Healing ", "herbal_healing.html");
		menu3.addItem("  Acupuncture", "Acupuncture.html");
		menu3.addItem("  Yin Detoxify", "yin_detoxify.html");
		menu3.addItem("  Sunless Tanning", "sunless_tanning.html");
		menu3.addItem("  Instant Gift Certificate", "https://yinbeautyarts.boomtime.com/lgift");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  Eyelash  extension", "Other_Services.html");
		menu4.addItem("  Hair  Removal", "Hair_Removal.html");
		menu4.addItem("  Nail", "nail_service.html");
		menu4.addItem("  Herbal Steam/ Foot Bath", "herbal_steam_foot_bath.html");
		menu4.addItem("  Instant Gift Certificate", "https://yinbeautyarts.boomtime.com/lgift");
				
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  Promotion Package", "Promotions.html");
		menu6.addItem("  Hot/New", "Hot_new.html");
		menu6.addItem("  Instant Gift Certificate", "https://yinbeautyarts.boomtime.com/lgift");
				
        var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("  Instant Gift Cert ", "https://yinbeautyarts.boomtime.com/lgift");
		

        mtDropDown.renderAll();
	}
