	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		// company menu 
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;Why DIX Metals?  &nbsp; &nbsp;  ", "/company/why.html");
		menu1.addItem("&nbsp;Process Tour", "/company/processtour.html");
		menu1.addItem("&nbsp;Project Showcase", "/company/project_showcase.htm");
		menu1.addItem("&nbsp;Partners", "/company/Partners.html");
		menu1.addItem("&nbsp;FAQs", "/company/faqs.html");	
		menu1.addItem("&nbsp;WaterJet FAQs", "/company/waterjet_faqs.html");
		menu1.addItem("&nbsp;Stainless Steel Plate FAQs", "/company/stainlesssteel_faqs.html");
		menu1.addItem("&nbsp;Employment", "/company/employment.html");
		
		//solutions menu 
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;List of Services", "/services/list.html");
		menu2.addItem("&nbsp;Equipment Profile", "/services/equipmentprofile.html");
		menu2.addItem("&nbsp;Transportation / Delivery", "/services/transportation.html");
		menu2.addItem("&nbsp;Quality Assurance", "/services/quality.html");
		menu2.addItem("&nbsp;Aluminum Plate Distributor", "/Services/AluminumDistributor.htm");
		menu2.addItem("&nbsp;Stainless Steel Distributor", "/Services/StainlessSteelDistributor.htm");		
		
		//products menu 
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;Overview &nbsp &nbsp", "/Inventory");		


		//Research menu
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&nbsp;Overview &nbsp &nbsp", "/NewsEvents/index.htm");

		
		//Resources menu
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("&nbsp;Overview", "/contact/index.htm");
		menu6.addItem("&nbsp;RFQ Forms", "/contact/rfq.html");

	
		//Render Drop Downs
		mtDropDown.renderAll();
	}

