//error
txtBadCheckIn = "Check-in date has already passed. Please enter a future date";
txtBadCheckOut = "Date of departure can not be earlier than arrival";
txtBadCheckInOut = "Departure and arrival dates do not match";
txtBadInterval = "It is not possible to book for more then one month period";		
txtBadCity = "City is a required entry";		
txtFalseCheckin = "Arrival date does not exist";				
txtFalseCheckout = "Date of departure does not exist";
txtSameDayError = "Sorry, same-day bookings are accepted until 5.00 p.m. only (Italian time) ";
txtBadTitle="Attention!";
txtBadRoomChoice="Please select one or more rooms you want to book";
txtLeadTime1 = "Spiacenti, questo hotel è prenotabile solo con";
txtLeadTime2 = "giorni d'anticipo";

//calendar
txtCalendar = "Calendar";
txtNext = ">>";
txtPrevious = "<<";
txtClose = "Close";
txtSelectDate = "Select a date";
txtWait = "Please wait while I validate your input value";
txtBadDate = "Your date is incorrect";
txtBadNNight = "Please re-enter the length of your stay";
monthName = new Array("","January","February","March","April","May","June","July","August","September","October","November","December");
dayName = new Array("","S","M","T","W","T","F","S");