function toggleToEnglish()

{
document.getElementById("customerservices").value = "CUSTOMER SERVICES";
document.getElementById("contact").value = "Contact Us";
document.getElementById("weather").value = "Weather Forecast";
document.getElementById("legal").innerHTML = "Legal";
document.getElementById("PrivacyPolicy").value = "Privacy Policy";
document.getElementById("TermsConditions").value = "Terms & Conditions";
document.getElementById("Disclaimer").value = "Disclaimer";
document.getElementById("addbusinessevent").value = "ADD BUSINESS OR EVENT";
document.getElementById("tradelogin").value = "TRADE LOGIN";	
	
document.getElementById("Serviced").innerHTML = "Serviced";
document.getElementById("SelfCatering").innerHTML = "Self Catering";
document.getElementById("Other").innerHTML = "Other";

document.getElementById("home").value = "HOME";
document.getElementById("whatson").value = "WHAT'S ON";
document.getElementById("activities").value = "ACTIVITIES";
document.getElementById("wheretogo").value = "WHERE TO GO";
document.getElementById("brochure").value = "BROCHURE";
document.getElementById("lastminutedeals").value = "LAST MINUTE DEALS";
document.getElementById("wheretostay").value = "WHERE TO STAY";
document.getElementById("hotels").value = "Hotels";
document.getElementById("innspubs").value = "Inns & Pubs";
document.getElementById("farmholidays").value = "Farm Holidays";
document.getElementById("bbguesthouses").value = "B&B/Guest house";
document.getElementById("cottages").value = "Cottages";
document.getElementById("chalets").value = "Chalets";
document.getElementById("barnunits").value = "Barn Units";
document.getElementById("flats").value = "Flats";
document.getElementById("tourcaravan").value = "Touring Caravan Sites";
document.getElementById("staticcaravan").value = "Static Caravan Sites";
document.getElementById("camping").value = "Camping Sites";
document.getElementById("activity").value = "Activity Holidays";
document.getElementById("guidedtours").value = "GUIDED TOURS";
document.getElementById("shortbreaks").value = "SHORT BREAKS";
document.getElementById("eatingout").value = "EATING OUT";
document.getElementById("shopping").value = "SHOPPING";
document.getElementById("functionfacilities").value = "CONFERENCE and\nFUNCTION VENUES";
document.getElementById("townsvillages").value = "TOWNS & VILLAGES";
document.getElementById("travelmaps").value = "TRAVEL MAPS";
document.getElementById("travelmap").value = "Travel Map";
document.getElementById("countymap").value = "County Map";

}

function toggleToWelsh()
{
document.getElementById("customerservices").value = "GWASANAETHAU";
document.getElementById("contact").value = "Cysylltu a Ni";
document.getElementById("weather").value = "Y Tywydd";
document.getElementById("legal").innerHTML = "Cyfreithiol";
document.getElementById("PrivacyPolicy").value = "Polisi Preifatrwydd";
document.getElementById("TermsConditions").value = "Telerau ac Amodau";
document.getElementById("Disclaimer").value = "Ymwadiad";
document.getElementById("addbusinessevent").value = "ADIO BUSINES/DIGWYDDIAD";
document.getElementById("tradelogin").value = "BUSNESAU'N UNIG";

document.getElementById("Serviced").innerHTML ='Llety Gwasanaethau';
document.getElementById("SelfCatering").innerHTML = " Llety Hunanarlwyol";
document.getElementById("Other").innerHTML = "Arall";

document.getElementById("home").value = "HAFAN";
document.getElementById("whatson").value = "DIGWYDDIADAU";
document.getElementById("activities").value = "GWEITHGAREDDAU";
document.getElementById("wheretogo").value = "BLE I FYND";
document.getElementById("brochure").value = "PAMFFLED";
document.getElementById("lastminutedeals").value = "MUNUD OLAF";
document.getElementById("wheretostay").value = "BLE I AROS";
document.getElementById("hotels").value = "Gwestiau";
document.getElementById("innspubs").value = "Tafarndai";
document.getElementById("farmholidays").value = "Gwyliau Fferm";
document.getElementById("bbguesthouses").value = "Gwely a Brecwast";
document.getElementById("cottages").value = "Bythynnod Gwyliau";
document.getElementById("chalets").value = "Cabannau Gwyliau";
document.getElementById("barnunits").value = "Ysguboriau Gwyliau";
document.getElementById("flats").value = "Fflatiau Gwyliau";
document.getElementById("tourcaravan").value = "Carafannau Teithiol";
document.getElementById("staticcaravan").value = "Carafannau Sefydlog";
document.getElementById("camping").value = "Gwersylla";
document.getElementById("activity").value = "Gweithgareddau";
document.getElementById("guidedtours").value = "TEITHIAU TYWYS";
document.getElementById("shortbreaks").value = "GWYLIAU BYR";
document.getElementById("eatingout").value = "BLE I FWYTA";
document.getElementById("shopping").value = "SIOPA";
document.getElementById("functionfacilities").value = "LLEFYDD I GYFARFOD\nA DIGWYDDIAD";
document.getElementById("townsvillages").value = "TREFI A PHENTREFI";
document.getElementById("travelmaps").value = "MAPIAU";
document.getElementById("travelmap").value = "Map Teithio";
document.getElementById("countymap").value = "Map o’r Sir";

}