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

	
	
	// [ MENU 02] ******************************************************//
	var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Top 10", "Top10Tips.html");
		menu2.addItem("Hydration", "Hydration.html");
		menu2.addItem("Nutrition News", "NutritionNews.html");
		
		

	// [ MENU 04] ******************************************************//
	var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Executive Summaries", "ExecutiveSummary.html");
		menu4.addItem("Presenter Bios", "presenter.html");
		

	// [ MENU 05] ******************************************************//
	var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("WINForum Videos", "videos.html");
		menu5.addItem("Website Links", "resources.html");
		



	mtDropDown.renderAll();
}

