// JavaScript Document
function textos(){
	this.textErrorSelectPais 	 	= 'Bitte w&auml;hlen Sie Land und Region aus';
	this.textErrorSelectZona 	 	= 'Bitte w&auml;hlen Sie eine Zone aus';
	this.textErrorRangoInvalido 	= 'Zeitraum ung&uuml;ltig';
	this.textErrorSalidaInvalida  	= 'Anreisedatum ung&uuml;ltig';
	this.textErrorLlegadaInvalida 	= 'Abreisedatum ung&uuml;ltig';
	this.months 					= Array("Jan", "Feb", "M&auml;r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez");
	this.monthsNames 				= Array("Januar", "Februar", "M&auml;rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember");
	this.weekShort 					= Array("S", "M", "D", "M", "D", "F", "S");
	this.weekShort2 				= Array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa");
	this.weekShort3					= Array("Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam");
	this.weekLong 					= Array("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag");
	this.startWeekDay				= 0;
	this.llegada					= 'Ankunft:';
	this.salida						= 'Abreise:';
	this.destino					= 'Reiseziel:';
	this.adultos 					= 'Erwachsene:';
	this.ninos						= 'Kinder (2-17):';
	this.bebes						= 'Babies (<2):';
	this.buscar						= 'Suche';
	this.selectDiaLlegada 			= 'Ankunft tag';
	this.selectDiaSalida 			= 'Abreise tag';
	this.nRooms						= 'Schlafzimme';
	this.zonas						= '- Bereich -';
	this.ciudades					= '- Stadt -';
}
	