		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("What is Vastu?","vastu.html");
		menu1.addItem("Vastu for Worship","vastu-for-worship.html");
		menu1.addItem("Vastu for Residential","vastu-for-residential.html");
		menu1.addItem("Vastu for Commercial and Industrial","vastu-for-commercial.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Job/Career","astrology-tips.html");
		menu2.addItem("Marriage","astrology-tips.html#marriage");
		menu2.addItem("Love","astrology-tips.html#love");
		menu2.addItem("Business","business.html");
		menu2.addItem("Money & Finance","business.html#money");
		menu2.addItem("Child","child.html");
		menu2.addItem("Peace & Harmony","child.html#pace");
		menu2.addItem("Man/Woman","child.html#man");
		menu2.addItem("Health","health.html");
	
		mtDropDown.renderAll();

	}





