if (mtDropDown.isSupported()) {
	var IE = false;
	var ua = navigator.userAgent.toLowerCase();
	var an = navigator.appName;

	if (ua.indexOf("gecko") > -1) {
		IE = false;
	}
	else if (an == "Microsoft Internet Explorer") {
		if (document.getElementById) { IE = true; }
	}

	if (IE) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 10, 0, mtDropDown.reference.bottomLeft);
	} else {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 10, 0, mtDropDown.reference.bottomLeft);
	}

	var menu1 = ms.addMenu(document.getElementById("nav_02"));
	menu1.addItem("History", "/flavor_company_history.htm", false);
	menu1.addItem("People", "/people.htm", false);
	menu1.addItem("International Locations", "#", true);
	var menu1_3 = menu1.addMenu(menu1.items[2]);
		menu1_3.addItem("David Michael Europe", "/david_michael_europe.htm", false);
		menu1_3.addItem("David Michael de Mexico", "/david_michael_de_mexico.htm", false);
		menu1_3.addItem("David Michael Beijing", "/david_michael_beijing.htm", false);
	menu1.addItem("Careers", "/careers.htm", false);
	menu1.addItem("S.A.A.B.", "/saab.htm", false);

	var menu2 = ms.addMenu(document.getElementById("nav_03"));
	menu2.addItem("Custom Flavors", "/custom_flavors.htm", false);
	menu2.addItem("Organic Flavors", "/organic_flavors.htm", false);
	menu2.addItem("Flavor Modifiers", "/customized_flavor_modifiers.htm", false);
	menu2.addItem("Texture", "/food_flavors_texture.htm", false);
	menu2.addItem("Natural Colors", "/food_product_development_natural_colors.htm", false);
	menu2.addItem("New Product Development", "/new_food_product_development.htm", false);
	menu2.addItem("Fast Track Flavor Process", "/fast_track_flavor_process.htm", false);
	menu2.addItem("Product Applications", "/food_product_development_applications.htm", false);
	menu2.addItem("Culinary", "/culinary.htm", false);
	menu2.addItem("Regulatory", "/regulatory.htm", false);
	menu2.addItem("Sensory and Flavor Insights", "/sensory_and_flavor_insights.htm", false);
	menu2.addItem("Total Customer Satisfaction", "/total_customer_satisfaction.htm", false);
	menu2.addItem("Feature Flavors", "/feature_flavors.htm", false);

	var menu3 = ms.addMenu(document.getElementById("nav_04"));
	menu3.addItem("Press Releases", "/press_releases.htm", false);
	menu3.addItem("Events", "/events.htm", false);
	menu3.addItem("Innovation Roadshow&reg; (US)", "/innovation_roadshow.htm", false);
	menu3.addItem("Innovation Roadshow&reg; Europe (France)", "/innovation_roadshow_europe.htm", false);
	menu3.addItem("Flavor Seminar, Mexico", "/flavor_seminar_mexico.htm", false);
	menu3.addItem("Recipe of the Month", "/recipe_of_the_month.htm", false);

	var menu4 = ms.addMenu(document.getElementById("nav_05"));
	menu4.addItem("Market/Trends Research", "/market_trends_research.htm", false);
	menu4.addItem("Fast Track Fast Trends", "/fast_track_fast_trends.htm", false);
	menu4.addItem("Educational Tools", "/educational_tools.htm", false);

	var menu5 = ms.addMenu(document.getElementById("nav_06"));
	menu5.addItem("Innovation Solutions", "/innovation_solutions.htm", false);
	menu5.addItem("Product Innovation Group", "/product_innovation_group.htm", false);
	menu5.addItem("Technical Marketing Interface Group (TMIG)", "/technical_marketing_interface_group.htm", false);
	menu5.addItem("Innovation Roadshow&reg;", "/innovation_roadshow.htm", false);
	menu5.addItem("Strategic Partnerships", "/strategic_partnerships.htm", false);

	var menu6 = ms.addMenu(document.getElementById("nav_07"));
	menu6.addItem("Contact DM Flavors", "/contact.htm", false);
	menu6.addItem("Global  Facilities", "/international_facilities.htm", false);
	menu6.addItem("Sample/Product Info Request", "/sample_product_info_request.htm", false);
	menu6.addItem("Directions", "/directions.htm", false);

	mtDropDown.renderAll();
}
