var choixdatesArray = new Array();
	choixdatesArray["de"] = "Wählen Sie auf dem Kalender Ihre neuen Aufenthaltsdaten, um die entsprechenden Tarife aufzurufen.";
	choixdatesArray["es"] = "Elija sus nuevas fechas de estancia en el calendario para visualizar las tarifas asociadas.";
	choixdatesArray["fr"] = "Choisissez vos nouvelles dates de séjour sur le calendrier afin de visualiser les tarifs associés.";
	choixdatesArray["gb"] = "Choose new dates for your stay on the calendar to see related rates.";
	choixdatesArray["ja"] = "カレンダーで別の宿泊日を選択し、料金を確認してください。";
	choixdatesArray["pl"] = "Wybierz nowe daty pobytu w kalendarzu, aby zobaczyć ważne ceny.";
	choixdatesArray["it"] = "Scegli altre date di soggiorno sul calendario per visualizzare le relative tariffe.";
	choixdatesArray["pt"] = "Escolha as novas datas da sua estadia no calendário para visualizar as tarifas associadas.";
	choixdatesArray["nl"] = "Kies uw nieuwe verblijfs datum op onderstaande kalender, zodat we de tarieven zichtbaar kunnen maken.";
	choixdatesArray["sv"] = "Choose new dates for your stay on the calendar to see related rates.";
	choixdatesArray["zh"] = "Choose new dates for your stay on the calendar to see related rates.";

var datearriveeArray = new Array();
	datearriveeArray["de"] = "Ihr Ankunftsdatum ?";
	datearriveeArray["es"] = "¿Su fecha de llegada?";
	datearriveeArray["fr"] = "Votre date d’arrivée ?";
	datearriveeArray["gb"] = "Date of arrival?";
	datearriveeArray["ja"] = "到着日";
	datearriveeArray["pl"] = "Data przyjazdu?";
	datearriveeArray["it"] = "Data di arrivo?";
	datearriveeArray["pt"] = "Qual é a sua data de chegada?";
	datearriveeArray["nl"] = "Aankomst datum ?";
	datearriveeArray["sv"] = "Date of arrival?";
	datearriveeArray["zh"] = "Date of arrival?";	

var datedepartArray = new Array();
	datedepartArray["de"] = "Ihr Abreisedatum ?";
	datedepartArray["es"] = "¿Su fecha de salida?";
	datedepartArray["fr"] = "Votre date de départ ?";
	datedepartArray["gb"] = "Date of departure?";
	datedepartArray["ja"] = "出発日";
	datedepartArray["pl"] = "Data wyjazdu?";
	datedepartArray["it"] = "Data di partenza?";
	datedepartArray["pt"] = "Qual é a sua data de partida?";
	datedepartArray["nl"] = "Verblijfs datum ?";
	datedepartArray["sv"] = "Date of departure?";
	datedepartArray["zh"] = "Date of departure?";

var remarquefooterArray = new Array();
	remarquefooterArray["de"] = "Hinweis : Sie können innerhalb der nächsten "+d_maxPeriod+" Tage einen Aufenthalt von bis zu "+d_maxStay+" Nächten buchen.";
	remarquefooterArray["es"] = "Observación: puede reservar hasta "+d_maxStay+" noches, para una estancia prevista en los "+d_maxPeriod+" próximos días.";
	remarquefooterArray["fr"] = "Remarque : vous pouvez réserver jusqu\'à "+d_maxStay+" nuits, pour un séjour prévu dans les "+d_maxPeriod+" prochains jours.";
	remarquefooterArray["gb"] = "Note: You can reserve up to "+d_maxStay+" nights for a stay planned during the next "+d_maxPeriod+" days.";
	remarquefooterArray["ja"] = "注："+d_maxPeriod+ "日後までの期間に、最大 "+d_maxStay+" 泊分の予約を行えます";
	remarquefooterArray["pl"] = "Uwaga: Można zarezerwować do "+d_maxStay+" noclegów dla pobytu planowanego w ciągu następnych "+d_maxPeriod+" dni.";
	remarquefooterArray["it"] = "Nota: è possibile prenotare fino a "+d_maxStay+" notti, per un soggiorno previsto nei "+d_maxPeriod+" prossimi giorni.";
	remarquefooterArray["pt"] = "Nota: pode reservar até "+d_maxStay+" noites, para uma estadia prevista nos próximos "+d_maxPeriod+" dias.";
	remarquefooterArray["nl"] = "Opmerking: U kunt maximal  "+d_maxStay+" nachten voor een verblijf van  "+d_maxPeriod+" komende dagen boeken.";
	remarquefooterArray["sv"] = "Note: You can reserve up to "+d_maxStay+" nights for a stay planned during the next "+d_maxPeriod+" days.";
	remarquefooterArray["zh"] = "Note: You can reserve up to "+d_maxStay+" nights for a stay planned during the next "+d_maxPeriod+" days.";

var nvllesdatesArray = new Array();
	nvllesdatesArray["de"] = "Neue Daten ?";
	nvllesdatesArray["es"] = "¿Nuevas fechas?";
	nvllesdatesArray["fr"] = "Nouvelles dates ?";
	nvllesdatesArray["gb"] = "New dates?";
	nvllesdatesArray["pl"] = "New dates?";
	nvllesdatesArray["ja"] = "New dates?";
	nvllesdatesArray["it"] = "Nuove date?";
	nvllesdatesArray["pt"] = "Novas datas?";
	nvllesdatesArray["nl"] = "Nieuwe datum ?";
	nvllesdatesArray["sv"] = "New dates?";
	nvllesdatesArray["zh"] = "New dates?";

var calendrierplusArray = new Array();
	calendrierplusArray["de"] = "Folgende Daten";
	calendrierplusArray["es"] = "Fechas siguientes";
	calendrierplusArray["fr"] = "Dates suivantes";
	calendrierplusArray["gb"] = "Later dates";
	calendrierplusArray["ja"] = "これ以降の日";
	calendrierplusArray["pl"] = "Późniejszy termin";
	calendrierplusArray["it"] = "Date seguenti";
	calendrierplusArray["pt"] = "Datas seguintes";
	calendrierplusArray["nl"] = "Volgende Data";
	calendrierplusArray["sv"] = "Later dates";
	calendrierplusArray["zh"] = "Later dates";

var calendriermoinsArray = new Array();
	calendriermoinsArray["de"] = "Vorhergehende Daten";
	calendriermoinsArray["es"] = "Fechas anteriores";
	calendriermoinsArray["fr"] = "Dates précédentes";
	calendriermoinsArray["gb"] = "Previous dates";
	calendriermoinsArray["ja"] = "前へ ";
	calendriermoinsArray["pl"] = "Poprzedni ";
	calendriermoinsArray["it"] = "Date precedenti";
	calendriermoinsArray["pt"] = "Datas precedentes";
	calendriermoinsArray["nl"] = "Vorige Data";
	calendriermoinsArray["sv"] = "Previous dates";
	calendriermoinsArray["zh"] = "Previous dates";
	
var alert2Array = new Array();
	alert2Array["de"] = "Sie können nicht Ihr Abreisedatum vor Ihrem Ankunftsdatum auswählen.";
	alert2Array["es"] = "No pueden seleccionar una fecha de salida previa a la fecha de llegada.";
	alert2Array["fr"] = "Vous ne pouvez pas sélectionner une date de départ antérieure à la date d'arrivée.";
	alert2Array["gb"] = "You cannot select a date of departure former to the date of arrival.";
	alert2Array["ja"] = "出発日には、到着日より前の日付を選択できません。";
	alert2Array["pl"] = "Data wyjazdu nie może być wcześniejsza niż data przyjazdu.";
	alert2Array["it"] = "Non potete scegliere una data di partenza precedente alla data d'arrivo.";
	alert2Array["pt"] = "Não pode seleccionar uma data de partida anterior à data de chegada.";
	alert2Array["nl"] = "U kunt niet een vertrekdatum voorafgaand aan de aankomstdatum selecteren.";
	alert2Array["sv"] = "You cannot select a date of departure former to the date of arrival.";
	alert2Array["zh"] = "You cannot select a date of departure former to the date of arrival.";

var alert1Array = new Array();
	alert1Array["fr"] = "Vous pouvez réserver jusqu'à "+d_maxStay+" nuits";
	alert1Array["gb"] = "You may book up to "+d_maxStay+" nights";
	alert1Array["ja"] = "予約できるのは "+d_maxStay+" 泊までです。";
	alert1Array["pl"] = "Można zarezerwować do  "+d_maxStay+" noclegów";
	alert1Array["de"] = "Sie können bis zu "+d_maxStay+" Nächte reservieren";
	alert1Array["es"] = "Puede reservar hasta "+d_maxStay+" noches";
	alert1Array["it"] = "Può prenotare al massimo "+d_maxStay+" notti";
	alert1Array["pt"] = "você pode reservar até "+d_maxStay+" noites";
	alert1Array["nl"] = "U kunt maximaal "+d_maxStay+" nachten reserveren";
	alert1Array["sv"] = "You may book up to "+d_maxStay+" nights";
	alert1Array["zh"] = "You may book up to "+d_maxStay+" nights";

var alert0Array = new Array();
	alert0Array["fr"] = "Vous ne pouvez pas sélectionner une période qui comprend des dates indisponibles."; 
	alert0Array["gb"] = "You cannot select a period including dates with any room available"; 
	alert0Array["ja"] = "予約できない日付が含まれている期間は選択できません。"; 
	alert0Array["pl"] = "Nie można wybrać okresu obejmującego daty bez żadnego dostępnego pokoju."; 
	alert0Array["de"] = "Sie können keine Periode auswählen, die nicht verfügbare Daten umfaßt."; 
	alert0Array["es"] = "No pueden seleccionar un período que incluye fechas inalienables."; 
	alert0Array["it"] = "Non potete scegliere un periodo che comprende date con nessuna camera disponibile."; 
	alert0Array["pt"] = "Não pode seleccionar um período que compreende datas com nenhum quarto disponível.";
	alert0Array["nl"] = "U kunt niet een periode selecteren waarin niet-beschikbare data zitten.";
	alert0Array["sv"] = "You cannot select a period including dates with any room available";
	alert0Array["zh"] = "You cannot select a period including dates with any room available";

var boutontarifsaltArray = new Array();
	boutontarifsaltArray["fr"] = "Voir les tarifs";
	boutontarifsaltArray["gb"] = "See rates";
	boutontarifsaltArray["ja"] = "See rates";
	boutontarifsaltArray["pl"] = "See rates";
	boutontarifsaltArray["de"] = "Die Tarife anzeigen";
	boutontarifsaltArray["es"] = "Ver las tarifas";
	boutontarifsaltArray["it"] = "Vedi le tariffe";
	boutontarifsaltArray["pt"] = "Ver as tarifas";
	boutontarifsaltArray["nl"] = "Hotels bekijken";
	boutontarifsaltArray["sv"] = "See rates";
	boutontarifsaltArray["zh"] = "See rates";

var boutonfermerArray = new Array();
	boutonfermerArray["de"] = "Schließen";
	boutonfermerArray["es"] = "Cerrar";
	boutonfermerArray["fr"] = "Fermer";
	boutonfermerArray["gb"] = "Close";
	boutonfermerArray["ja"] = "閉じる";
	boutonfermerArray["pl"] = "Zamknij";
	boutonfermerArray["it"] = "Chiudere";
	boutonfermerArray["pt"] = "Fechar";
	boutonfermerArray["nl"] = "Sluiten";
	boutonfermerArray["sv"] = "Close";
	boutonfermerArray["zh"] = "Close";

var titrecalendrierArray = new Array();
	titrecalendrierArray["de"] = "Kalender der verfügbaren Daten";
	titrecalendrierArray["es"] = "Calendario de disponibilidades";
	titrecalendrierArray["fr"] = "Calendrier des disponibilités";
	titrecalendrierArray["gb"] = "Calendar of availabilities";
	titrecalendrierArray["ja"] = "空室状況のカレンダー";
	titrecalendrierArray["pl"] = "Kalendarz dostępności";
	titrecalendrierArray["it"] = "Calendario delle disponibilità";
	titrecalendrierArray["pt"] = "Calendário das disponibilidades";
	titrecalendrierArray["nl"] = "Beschikbaarheids Kalender";
	titrecalendrierArray["sv"] = "Calendar of availabilities";
	titrecalendrierArray["zh"] = "Calendar of availabilities";

var legendedispoArray = new Array();
	legendedispoArray["de"] = "Datum verfügbar";
	legendedispoArray["es"] = "Fecha disponible";
	legendedispoArray["fr"] = "Date disponible";
	legendedispoArray["gb"] = "Date available";
	legendedispoArray["ja"] = "空室あり";
	legendedispoArray["pl"] = "Dostępny termin";
	legendedispoArray["it"] = "Data disponibile";
	legendedispoArray["pt"] = "Data disponível";
	legendedispoArray["nl"] = "Beschikbare datums";
	legendedispoArray["sv"] = "Date available";
	legendedispoArray["zh"] = "Date available";

var legendepasdispoArray = new Array();
	legendepasdispoArray["de"] = "Kein Zimmer verfügbar";
	legendepasdispoArray["es"] = "Ninguna habitación disponible";
	legendepasdispoArray["fr"] = "Aucune chambre disponible";
	legendepasdispoArray["gb"] = "No room available";
	legendepasdispoArray["ja"] = "空室なし";
	legendepasdispoArray["pl"] = "Brak dostępnych pokoi";
	legendepasdispoArray["it"] = "Nessuna camera disponibile";
	legendepasdispoArray["pt"] = "Nenhum quarto disponível";
	legendepasdispoArray["nl"] = "Geen kamers meer beschikbaar";
	legendepasdispoArray["sv"] = "No room available";
	legendepasdispoArray["zh"] = "No room available";

var jouriniArray = new Array();
	jouriniArray["de"] = new Array("S","M","D","M","D","F","S");
	jouriniArray["es"] = new Array("D","L","M","M","J","V","S");
	jouriniArray["it"] = new Array("D","L","M","M","G","V","S");
	jouriniArray["pt"] = new Array("D","S","T","Q","Q","S","S");
	jouriniArray["gb"] = new Array("S","M","T","W","T","F","S");
	jouriniArray["ja"] = new Array("S","M","T","W","T","F","S");
	jouriniArray["pl"] = new Array("S","M","T","W","T","F","S");
	jouriniArray["fr"] = new Array("D","L","M","M","J","V","S");
	jouriniArray["nl"] = new Array("Z","M","D","W","D","V","Z");
	jouriniArray["sv"] = new Array("S","M","T","W","T","F","S");
	jouriniArray["zh"] = new Array("S","M","T","W","T","F","S");

var moiscourtArray = new Array();
	moiscourtArray["fr"] = new Array("Jan.","Fév.","Mars","Avr.","Mai","Jui.","Juil.","Août","Sep.","Oct.","Nov.","Déc.");
	moiscourtArray["gb"] = new Array("Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec.");
	moiscourtArray["ja"] = new Array("Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec.");
	moiscourtArray["pl"] = new Array("Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec.");
	moiscourtArray["de"] = new Array("Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez.");
	moiscourtArray["es"] = new Array("Ene.","Feb.","Mar.","Abr.","Mayo","Jun.","Jul.","Ago.","Sep.","Oct.","Nov.","Dic.");
	moiscourtArray["it"] = new Array("Gen.","Feb.","Mar.","Apr.","Mag.","Giu.","Lug.","Ago.","Set.","Ott.","Nov.","Dic.");
	moiscourtArray["pt"] = new Array("Jan.","Fev.","Mar.","Abr.","Maio","Jun.","Jul.","Ago.","Set.","Out.","Nov.","Dez.");
	moiscourtArray["nl"] = new Array("Jan.","Feb.","Maart","Apr.","Mei","Jun.","Jul.","Aug.","Sept.","Okt.","Nov.","Dec.");
	moiscourtArray["sv"] = new Array("Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec.");
	moiscourtArray["zh"] = new Array("Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec.");
