// JavaScript Document
function textos(){
	this.textErrorSelectPais 	 	= 'Choisissez le pays et la zone';
	this.textErrorSelectZona 	 	= 'Choisissez la zone';
	this.textErrorRangoInvalido 	= 'Please check your dates';
	this.textErrorSalidaInvalida  	= 'S´il vous plaît v&eacute;rifier vos dates';
	this.textErrorLlegadaInvalida 	= 'V&eacute;rifiez-vous la date d´arriv&eacute;e';
	this.months 					= Array('Jan','Feb','Mar','Apr','Mar','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
	this.monthsNames 				= Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
	this.weekShort 					= Array("D", "L", "M", "M", "J", "V", "S");
	this.weekShort2 				= Array("Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa");
	this.weekShort3					= Array("Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa");
	this.weekLong 					= Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
	this.startWeekDay				= 0;
	this.llegada					= 'Arriv&eacute;e:';
	this.salida						= 'D&eacute;part:';
	this.destino					= 'Destination:';
	this.adultos 					= 'Adultes:';
	this.ninos						= 'Enfants (2-17):';
	this.bebes						= 'B&eacute;b&eacute;s (<2):';
	this.buscar						= 'Recherche';
	this.selectDiaLlegada 			= 'Arriv&eacute;e jour';
	this.selectDiaSalida 			= 'D&eacute;part jour';
	this.nRooms						= 'Nº de chambres';
	this.zonas						= '- Zone -';
	this.ciudades					= '- Ville -';
}