// JavaScript Document
// Validation  alert messages
var selectLeavingFromCity	="Please select a leaving from city";
var selectGoingTOCity		="Please select a going to city";
var eventCheck 				= "events of previous days cannot be entered";
var exactDaysRange           ="You can search upto 331 days from the current date."
var cityCheck      			="The Leaving from and Going to cities cannot be the same.";
var departureCheck			="Please specify a Departure date.";
var returnCheck 			= "Please specify a Return date.";
var departureTimeCheck 		= "The Departure time needs to be prior to the Return time.";
var travellerCheck 			="Kindly specify at least one traveller.";
var infantCheck 			="An Infant cannot travel without an Adult passenger.";
var bookingCheck			="A maximum of 6 Adult passengers can be booked at a time.";
var ticketCheck 			="The total number of Infant passengers cannot exceed the total number of Adult passengers.";
var infantAccompanyCheck 	="An Infant cannot travel without an Adult passenger.";
var returnDateCheck 		="The Return date cannot be before the Departure date.";
var eventCheckFlexiDepartFrom="The Departure date cannot be prior to the current date.";
var eventCheckFlexiDepartTo  ="The Departure to date cannot be prior to the Departure from date.";
var eventCheckFlexiReturnFrom ="The Retun from date cannot be prior to the Departure from date.";
var eventCheckFlexiReturnTo  ="The Retun to date cannot be prior to the Return from date."; 
var eventCheckDeparture     ="The Departure date cannot be prior to the current date.";
var eventCheckReturn        ="The Return to date cannot be after the Departure from date.";
var airlineCheck 			="Please check at least one Airline.";
var flexiDeptFromDate 		="Please specify a Departure from date.";
var flexiDeptToDate 		="Please specify a Departure to date.";
var flexiReturnFromDate 	="Please specify a Return from date.";
var flexiReturnToDate 		="Please specify a Return to date.";
var daysRange               ="You can search upto a maximum of 60 days from the current date.";
var presentDayForFlexi      ="The Flexible Dates\' search is applicable after the current date. ";
var equalDaysForFlexi       ="The Departure from date cannot be the same as the Return from date.";
var flexiDeptFromDateCheck  ="The Departure to date should be after the Departure from date.";
var flexiRetnFromDateCheck  ="The Return from date cannot be prior to the Return to date.";
var flexiRetnToDateCheck 	="The Return to day has to be after the Departure to date.";
var flexiRetnFromDateCheck 	="The Return from date cannot be prior to the Departure from date.";

var varEmailId               ="Please specify your Email address";
var varPassword              ="Kindly enter password";    
var varPasswordLength         ="Password should be minimum of 6 characters";
var varEmail                  ="Invalid E-mail ID";
var childAccompany            ="A child cannot travel without an Adult passenger";


