	if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		//==================================================================================================
		// menu : Online
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("• Bulgarian", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=BG");
		menu1.addItem("• English", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EN");
		menu1.addItem("• Sound", "javascript: soundstorm()");
		
		// menu : Ïðîäóêòè
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("• Food");
		menu2.addItem("• Beer", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EBR");
		menu2.addItem("• Wine", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EALV");
		menu2.addItem("• Rakia", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EALR");
//		menu2.addItem("• Sausages", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=ESU");
//		menu2.addItem("• Drinks", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EMCD");
//		menu2.addItem("• Spices", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EB");
//		menu2.addItem("• Others", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EB");
		menu2.addItem("• Shipping policy", "http://www.sofiausa.com/shipping_policy.htm");
		
		var subMenu1 = menu2.addMenu(menu2.items[0]);
//		subMenu1.addItem("· Sweets", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFSW");
//		subMenu1.addItem("· Sausages", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFME");
//		subMenu1.addItem("· Dairy Products", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFDP");
//		subMenu1.addItem("· Canned Goods", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFCG");
		subMenu1.addItem("· Sausages", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFME");
		subMenu1.addItem("· Drinks", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFDR");
		subMenu1.addItem("· Spices", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFSP");
		subMenu1.addItem("· Other", "http://www.sofiausa.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=S&Category_Code=EFOT");

		
		// menu : Òúðñåíå
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("- The Story", "http://www.sofiausa.com/history.htm"); // send no URL if nothing should happen onclick
		menu4.addItem("- Partners", "http://www.sofiausa.com/partners.htm"); // send no URL if nothing should happen onclick
		menu4.addItem("- Bulgaria", "http://www.sofiausa.com/bulgaria.htm"); //
		menu4.addItem("- Bulgarian Wine", "http://sofiausa.com/bulgaria_transition.htm"); //
		menu4.addItem("- Links", "http://www.sofiausa.com/links.htm"); //
		menu4.addItem("- Gallery 2006", "http://www.sofiausa.com/galery2006.htm"); //
		menu4.addItem("- Gallery 2007", "http://www.sofiausa.com/galery2007.htm"); //
		menu4.addItem("- Gallery 2008", "http://www.sofiausa.com/galery2008.htm"); //

		// menu : Contact us
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("- Contact Info", "http://www.sofiausa.com/contact/home.htm");
		menu5.addItem("- Enquiry Form", "http://www.sofiausa.com/contact/enquiry.htm");
		menu5.addItem("- Gallery 2006", "http://www.sofiausa.com/galery2006.htm"); //
		menu5.addItem("- Gallery 2007", "http://www.sofiausa.com/galery2007.htm"); //
		mtDropDown.renderAll();
	}
