	if (TransMenu.isSupported()) {

		var ms = new TransMenuSet(TransMenu.direction.down, 0, 2, TransMenu.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("home"));
		menu1.addItem("Croeso", "hotel.html"); 
		
		var menu2 = ms.addMenu(document.getElementById("hotel"));
		menu2.addItem("Lolfar Bae", "Rhossili_Bay_Lounge.html");
		menu2.addItem("Bar Helvetia", "Rhossili_Helvetia_Bar.html");
		menu2.addItem("Ystafell Achlysuron Arbennig", "Worms_Head_Function_Room.html");
		menu2.addItem("Ystafelloedd Gwely", "Worms_Head_Bedrooms.html");
		menu2.addItem("Tariff", "Gower_Hotel.html");
		
		var menu3 = ms.addMenu(document.getElementById("celebrations"));
		menu3.addItem("Priodasau", "Gower_Wedding.html");
		menu3.addItem("Penblwyddi Priodas", "Gower_Wedding.html");
		menu3.addItem("Partion", "Gower_Wedding.html");
		
		var menu4 = ms.addMenu(document.getElementById("localarea"));
		menu4.addItem("Atyniadau", "Gower_Rhossilil.html");
		menu4.addItem("Gweithgareddau", "Gower_Rhossilil.html");
		menu4.addItem("Yr Orsaf Dywydd", "../WRhossili_Weather_Cam.html");
		menu4.addItem("Yr Ardal Leol", "Gower_Rhossilil.html");
		
		var menu5 = ms.addMenu(document.getElementById("findus"));
		menu5.addItem("Ffeindiwch Ni", "Gower_Map.html");
		
		var menu6 = ms.addMenu(document.getElementById("enquiries"));
		menu6.addItem("Ymholiadau", "Enquiries.html");
		
		var menu7 = ms.addMenu(document.getElementById("contactus"));
		menu7.addItem("Cysylltwch", "Contact.html");
		
		TransMenu.renderAll();
	}