	if (mtDropDown.isSupported()) {

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

		
		// menu1 : Home
	
		
		
		
		// menu2 : About Us
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Company information", "http://www.sdwebworks.com/about.shtml");
		menu2.addItem("Careers", "http://www.sdwebworks.com/careers.shtml");
		menu2.addItem("Partners", "http://www.sdwebworks.com/partners.shtml");
		
		// menu3 : Services
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Web Design", "http://www.sdwebworks.com/web-design.shtml");
		menu3.addItem("Multimedia", "http://www.sdwebworks.com/multimedia.shtml");
		menu3.addItem("Search Engine Marketing", "search-engine.shtml");
		menu3.addItem("E-Commerce", "http://www.sdwebworks.com/ecommerce.shtml");
		menu3.addItem("Hosting", "http://www.sdwebworks.com/hosting.shtml");
		menu3.addItem("Sign up for Hosting", "https://www.sdwebworks.com/hosting-cloud.shtml");
		menu3.addItem("Sign up for windows hosting", "https://www.sdwebworks.com/hosting-cloud-windows.shtml");
		


		// menu4 : Portfolio
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Websites & Motion graphics", "http://www.sdwebworks.com/web-design-portfolio.shtml");
		menu4.addItem("Logos", "http://www.sdwebworks.com/logos.shtml");
	
		
		// menu5 : Contact
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Request a quote", "http://www.sdwebworks.com/quote.shtml");
		menu5.addItem("Questions & coments", "http://www.sdwebworks.com/question.shtml");
		menu5.addItem("Send your resume", "http://www.sdwebworks.com/resume.shtml");
	
		

		mtDropDown.renderAll();
	}
