	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;What We Do", "../about-us/index.php");
		menu1.addItem("&nbsp;Our Awards", "../about-us/awards.php");
		menu1.addItem("&nbsp;What Our Clients Say", "../ask-our-clients/index.php");
		menu1.addItem("&nbsp;Why Thousands Choose Us", "../about-us/why-thousands-choose-us.php");
		menu1.addItem("&nbsp;Starting From The End", "../about-us/starting-at-the-end_our-management-concept.php");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;What is Best Mortgage", "../home-loans/index.php");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;Commercial Loan ", "../commerical-loans/index.php");
		menu3.addItem("&nbsp;Buy business loan", "../commerical-loans/buy-business-loan.php");
		menu3.addItem("&nbsp;Getting right commercial loan", "../commerical-loans/we-provide-all-solutions.php");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&nbsp;Searching Property Investment Strategy", "../faq/index.php#a");
		menu4.addItem("&nbsp;Refinancing your loan", "../faq/index.php#b");
		menu4.addItem("&nbsp;Choosing your loan", "../faq/index.php#c");		

		mtDropDown.renderAll();
	}
