/** Textanpassung Sprache**/
function changeText(Sprache) {
	switch(Sprache){
		case "de":
								 strLang = "de";
								 document.getElementById("SuchButton").firstChild.nodeValue = "suchen";
  							 document.getElementById("DetailButton").firstChild.nodeValue = "Detailsuche";
								 document.getElementById("OnlineButton").firstChild.nodeValue = "verfügbare Anzeigen";
  							 document.getElementById("Titel").firstChild.nodeValue = "suchen und buchen";
								 /* Personenanzahl */
								 document.getElementById("selPax").options[0].text = "Personen";
								 document.getElementById("selPax").options[1].text = "1 Person";
								 document.getElementById("selPax").options[2].text = "2 Personen";
								 document.getElementById("selPax").options[3].text = "3 Personen";
								 document.getElementById("selPax").options[4].text = "4 Personen";
								 document.getElementById("selPax").options[5].text = "5 Personen";
								 document.getElementById("selPax").options[6].text = "6 Personen";
								 document.getElementById("selPax").options[7].text = "7 Personen";
								 document.getElementById("selPax").options[8].text = "8 Personen";
								 document.getElementById("selPax").options[9].text = "9 Personen";
								 document.getElementById("selPax").options[10].text = "10 Personen";
								 /* Monate */
								 document.getElementById("selMonth").options[0].text = "Jan";
								 document.getElementById("selMonth").options[1].text = "Feb";
								 document.getElementById("selMonth").options[2].text = "März";
								 document.getElementById("selMonth").options[3].text = "April";
								 document.getElementById("selMonth").options[4].text = "Mai";
								 document.getElementById("selMonth").options[5].text = "Juni";
								 document.getElementById("selMonth").options[6].text = "Juli";
								 document.getElementById("selMonth").options[7].text = "Aug";
								 document.getElementById("selMonth").options[8].text = "Sep";
								 document.getElementById("selMonth").options[9].text = "Okt";
								 document.getElementById("selMonth").options[10].text = "Nov";
								 document.getElementById("selMonth").options[11].text = "Dez";
								 /* Nächte */
								 document.getElementById("selNights").options[0].text = "1 Nacht";
								 document.getElementById("selNights").options[1].text = "2 Nächte";
								 document.getElementById("selNights").options[2].text = "3 Nächte";
								 document.getElementById("selNights").options[3].text = "4 Nächte";
								 document.getElementById("selNights").options[4].text = "5 Nächte";
								 document.getElementById("selNights").options[5].text = "6 Nächte";
								 document.getElementById("selNights").options[6].text = "7 Nächte";
								 document.getElementById("selNights").options[7].text = "8 Nächte";
								 document.getElementById("selNights").options[8].text = "9 Nächte";
								 document.getElementById("selNights").options[9].text = "10 Nächte";
								 document.getElementById("selNights").options[10].text = "11 Nächte";
								 document.getElementById("selNights").options[11].text = "12 Nächte";
								 document.getElementById("selNights").options[12].text = "13 Nächte";
								 document.getElementById("selNights").options[13].text = "14 Nächte";
								 document.getElementById("selNights").options[14].text = "15 Nächte";
								 document.getElementById("selNights").options[15].text = "16 Nächte";
								 document.getElementById("selNights").options[16].text = "17 Nächte";
								 document.getElementById("selNights").options[17].text = "18 Nächte";
								 document.getElementById("selNights").options[18].text = "19 Nächte";
								 document.getElementById("selNights").options[19].text = "20 Nächte";
								 /* Betriebsart */
								 document.getElementById("selTot").options[0].text = "alle Unterkunftsarten";
								 document.getElementById("selTot").options[1].text = "Hotel";
								 document.getElementById("selTot").options[2].text = "Ferienwohnung";
								 document.getElementById("selTot").options[3].text = "Pension/Gästehaus";
								
								 break;

		case "en":
								 strLang = "en";
								 document.getElementById("SuchButton").firstChild.nodeValue = "search";
  							 document.getElementById("DetailButton").firstChild.nodeValue = "more options";
								 document.getElementById("OnlineButton").firstChild.nodeValue = "show available";
  							 document.getElementById("Titel").firstChild.nodeValue = "search & book";
								 /* Personenanzahl */
								 document.getElementById("selPax").options[0].text = "persons";
								 document.getElementById("selPax").options[1].text = "1 person";
								 document.getElementById("selPax").options[2].text = "2 persons";
								 document.getElementById("selPax").options[3].text = "3 persons";
								 document.getElementById("selPax").options[4].text = "4 persons";
								 document.getElementById("selPax").options[5].text = "5 persons";
								 document.getElementById("selPax").options[6].text = "6 persons";
								 document.getElementById("selPax").options[7].text = "7 persons";
								 document.getElementById("selPax").options[8].text = "8 persons";
								 document.getElementById("selPax").options[9].text = "9 persons";
								 document.getElementById("selPax").options[10].text = "10 persons";
								 /* Monate */

								 document.getElementById("selMonth").options[0].text = "jan";
								 document.getElementById("selMonth").options[1].text = "feb";
								 document.getElementById("selMonth").options[2].text = "mar";
								 document.getElementById("selMonth").options[3].text = "apr";
								 document.getElementById("selMonth").options[4].text = "may";
								 document.getElementById("selMonth").options[5].text = "jun";
								 document.getElementById("selMonth").options[6].text = "jul";
								 document.getElementById("selMonth").options[7].text = "aug";
								 document.getElementById("selMonth").options[8].text = "sep";
								 document.getElementById("selMonth").options[9].text = "oct";
								 document.getElementById("selMonth").options[10].text = "nov";
								 document.getElementById("selMonth").options[11].text = "dec";
								 /* Nächte */
								 document.getElementById("selNights").options[0].text = "1 night";
								 document.getElementById("selNights").options[1].text = "2 nights";
								 document.getElementById("selNights").options[2].text = "3 nights";
								 document.getElementById("selNights").options[3].text = "4 nights";
								 document.getElementById("selNights").options[4].text = "5 nights";
								 document.getElementById("selNights").options[5].text = "6 nights";
								 document.getElementById("selNights").options[6].text = "7 nights";
								 document.getElementById("selNights").options[7].text = "8 nights";
								 document.getElementById("selNights").options[8].text = "9 nights";
								 document.getElementById("selNights").options[9].text = "10 nights";
								 document.getElementById("selNights").options[10].text = "11 nights";
								 document.getElementById("selNights").options[11].text = "12 nights";
								 document.getElementById("selNights").options[12].text = "13 nights";
								 document.getElementById("selNights").options[13].text = "14 nights";
								 document.getElementById("selNights").options[14].text = "15 nights";
								 document.getElementById("selNights").options[15].text = "16 nights";
								 document.getElementById("selNights").options[16].text = "17 nights";
								 document.getElementById("selNights").options[17].text = "18 nights";
								 document.getElementById("selNights").options[18].text = "19 nights";
								 document.getElementById("selNights").options[19].text = "20 nights";
								 /* Betriebsart */

								 document.getElementById("selTot").options[0].text = "all accomodation types";
								 document.getElementById("selTot").options[1].text = "Hotel";
								 document.getElementById("selTot").options[2].text = "Holiday apartment";
								 document.getElementById("selTot").options[3].text = "Inn/Guest house";
								 
								 break;
		case "fr":
								 strLang = "fr";
								 document.getElementById("SuchButton").firstChild.nodeValue = "rechercher";
  							 document.getElementById("DetailButton").firstChild.nodeValue = "autres critères";
								 document.getElementById("OnlineButton").firstChild.nodeValue = "voir disponible";
  							 document.getElementById("Titel").firstChild.nodeValue = "réserver";
								 /* Personenanzahl */
								 document.getElementById("selPax").options[0].text = "Personnes";
								 document.getElementById("selPax").options[1].text = "1 Personne";
								 document.getElementById("selPax").options[2].text = "2 Personnes";
								 document.getElementById("selPax").options[3].text = "3 Personnes";
								 document.getElementById("selPax").options[4].text = "4 Personnes";
								 document.getElementById("selPax").options[5].text = "5 Personnes";
								 document.getElementById("selPax").options[6].text = "6 Personnes";
								 document.getElementById("selPax").options[7].text = "7 Personnes";
								 document.getElementById("selPax").options[8].text = "8 Personnes";
								 document.getElementById("selPax").options[9].text = "9 Personnes";
								 document.getElementById("selPax").options[10].text = "10 Personnes";
								 /* Monate */
								 document.getElementById("selMonth").options[0].text = "Janv";
								 document.getElementById("selMonth").options[1].text = "Févr";
								 document.getElementById("selMonth").options[2].text = "Mars";
								 document.getElementById("selMonth").options[3].text = "Avr";
								 document.getElementById("selMonth").options[4].text = "Mai";
								 document.getElementById("selMonth").options[5].text = "Juin";
								 document.getElementById("selMonth").options[6].text = "Juill";
								 document.getElementById("selMonth").options[7].text = "Août";
								 document.getElementById("selMonth").options[8].text = "Sept";
								 document.getElementById("selMonth").options[9].text = "Oct";
								 document.getElementById("selMonth").options[10].text = "Nov";
								 document.getElementById("selMonth").options[11].text = "Déc";
								 /* Nächte */
								 document.getElementById("selNights").options[0].text = "Une Nuit";
								 document.getElementById("selNights").options[1].text = "2 Nuits";
								 document.getElementById("selNights").options[2].text = "3 Nuits";
								 document.getElementById("selNights").options[3].text = "4 Nuits";
								 document.getElementById("selNights").options[4].text = "5 Nuits";
								 document.getElementById("selNights").options[5].text = "6 Nuits";
								 document.getElementById("selNights").options[6].text = "7 Nuits";
								 document.getElementById("selNights").options[7].text = "8 Nuits";
								 document.getElementById("selNights").options[8].text = "9 Nuits";
								 document.getElementById("selNights").options[9].text = "10 Nuits";
								 document.getElementById("selNights").options[10].text = "11 Nuits";
								 document.getElementById("selNights").options[11].text = "12 Nuits";
								 document.getElementById("selNights").options[12].text = "13 Nuits";
								 document.getElementById("selNights").options[13].text = "14 Nuits";
								 document.getElementById("selNights").options[14].text = "15 Nuits";
								 document.getElementById("selNights").options[15].text = "16 Nuits";
								 document.getElementById("selNights").options[16].text = "17 Nuits";
								 document.getElementById("selNights").options[17].text = "18 Nuits";
								 document.getElementById("selNights").options[18].text = "19 Nuits";
								 document.getElementById("selNights").options[19].text = "20 Nuits";
								 /* Betriebsart */

								 document.getElementById("selTot").options[0].text = "tous types d'hébergement";
								 document.getElementById("selTot").options[1].text = "Hôtel";
								 document.getElementById("selTot").options[2].text = "Appartement";
								 document.getElementById("selTot").options[3].text = "Pension/Maison d'hôte";

								 break;
		default:
 								 strLang = "de";
								 break;
	}

}

