		if (mtDropDown.isSupported()) {
		//var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, 3);



		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Music","events-calendar.html#music");
		menu1.addItem("Food & Drinks","events-calendar.html#food-drinks");
		menu1.addItem("Theatre","events-calendar.html#theatre");
		menu1.addItem("Comedy","events-calendar.html#comedy");
		menu1.addItem("Quizzes","events-calendar.html#quizzes");
		menu1.addItem("Book Club","events-calendar.html#book-club");
		menu1.addItem("Barbeques","events-calendar.html#barbeques");
		menu1.addItem("Parties","events-calendar.html#parties");
		
	    		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("A La Carte","new-a-la-carte.html");
		menu2.addItem("Early Bird & Sandwich menu","early-sambo.html");
		menu2.addItem("Sunday Roast","sunday-roast.html");
		menu2.addItem("Party Pack","party-pack.html");
		menu2.addItem("Breakfast","breakfast.html");
		menu2.addItem("Wine List","wine-list-printing.html");
	    menu2.addItem("Cocktail Menu","cocktail-menu.html");
		
		

	    mtDropDown.renderAll();						
	}





