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

		/*var button1 = ms.addMenu(document.getElementById("tvfilmshows"));
		button1.addItem("Variety Hour", "?mod=tvfilmshows_variety_hour");
		button1.addItem("Broadway", "?mod=tvfilmshows_broadway");
		button1.addItem("Movies", "?mod=tvfilmshows_movies");
		button1.addItem("Shows", "?mod=tvfilmshows_shows");*/

		/*var button2 = ms.addMenu(document.getElementById("products"));
		button2.addItem("DVD Collection", "?mod=products_dvd_collection");
		button2.addItem("Downloadable Music", "?mod=products_downloadable_music");
		button2.addItem("CDs", "?mod=products_cds");
		button2.addItem("Books", "?mod=products_books");*/

		var button3 = ms.addMenu(document.getElementById("veterans"));
		button3.addItem("Bob Hope", "?mod=veterans_bob_hope");
		button3.addItem("Visits with Vets", "?mod=veterans_visits");
		button3.addItem("Honors", "?mod=veterans_honors");
		button3.addItem("Photos", "?mod=veterans_shows");

		var button4 = ms.addMenu(document.getElementById("fanclub"));
		button4.addItem("Poems from Fans", "?mod=fanclub_poems");
		button4.addItem("Message Board", "?mod=fanclub_board");
		button4.addItem("Fan Stories", "?mod=fanclub_fan_stories");
		
		var button5 = ms.addMenu(document.getElementById("career_history"));
		button5.addItem("Awards", "?mod=career_history_awards");
		button5.addItem("Books by Tony", "?mod=career_history_booksbytony");
		button5.addItem("Books Mentioning Tony", "?mod=career_history_booksmentiontony");
		button5.addItem("Discography", "?mod=career_history_discography");
		button5.addItem("Shows", "?mod=career_history_shows");
		button5.addItem("TV/Film", "?mod=career_history_tvfilm");
		button5.addItem("Variety Hour", "?mod=career_history_varietyhour");

		mtDropDown.renderAll();
	}
