var weekNames=new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
var monthNames=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
var blankDep="Please enter departure city\n";
var blankArr="Please enter destination city\n";
var sameCity="Departure and destination cities cannot be the same\n";
var wrongDate="Date format is incorrect";
var outOfRange="Flight Status information is only available within 2 days of the scheduled flight";
var closeCal="Close";
var fsLang="en";
var threeDay="Please refer to the three-day of Flight Status";
var noResults="No results were found";
var txtFltNbr="Flight #";
var txtDepCity="Departure City";
var txtDestCity="Destination City";
var txtEstDep="Estimated<br />Departure Time";
var txtEstArr="Estimated<br />Arrival Time";
var txtActDep="Actual<br />Departure Time";
var txtActArr="Actual<br />Arrival Time";
var txtNotes="Notes";
var txtCancelled="Cancelled";
