var ALERT_MSG01 = "Your session has timed out due to inactivity";
var ALERT_MSG02 = "Please ensure longitude and latitude are of the proper format:\n Latitude between -90 and 90\n Longitude between -180 and 180";
var ALERT_MSG03 = "Please provide a valid location";
var ALERT_MSG04 = "Please fill in the missing required fields";
var ALERT_MSG05 = "Please enter the correct security code";
var ALERT_MSG06 = "Sorry, the Google Maps API is not compatible with this browser";

var ERROR_MSG01 = "We're sorry ...";
var ERROR_MSG02 = "No timezone could be found for the location you specified<br/>Please <a href='javascript:step(\"setupDiv\",\"setupLocation\")'>provide a more specific location</a> or  manually select a timezone below";
var ERROR_MSG03 = "One or more emails could not be sent:";
var ERROR_MSG04 = "Unable to find location, please provide a city and country";
var ERROR_MSG05 = "Could not find";
var ERROR_MSG06 = "Please ensure both latitude and longitude fields are filled in";
var ERROR_MSG07 = "Fields are not in proper Degrees-Minutes-Seconds format";
var ERROR_MSG08 = "Please ensure latitude is in valid range [+/- 90]";
var ERROR_MSG09 = "Please ensure longitude is in valid range [+/- 180]";
var ERROR_MSG10 = "Please ensure latitude and longitude are in decimal format or Degrees Minutes Seconds format";
var ERROR_MSG11 = "Please select which days you want to save"; //new

var DISPLAY_MSG01 = "On";
var DISPLAY_MSG02 = "Off";
var DISPLAY_MSG03 = "Globalstar Call Times Tool";
var DISPLAY_MSG04 = "Email(s) successfully sent";
var DISPLAY_MSG05 = "Did you mean:";

var GOOGLE_MSG01 = "Success";
var GOOGLE_MSG02 = "Missing Address: The address was either missing or had no value.<br> Please try another location";
var GOOGLE_MSG03 = "Unknown Address:  No corresponding geographic location could be found for the specified <br />please try another location address..";
var GOOGLE_MSG04 = "Unavailable Address:  The geocode for the given address cannot be returned due to legal or contractual reasons.<br /> Please try another location";
var GOOGLE_MSG05 = "Bad Key: The API key is either invalid or does not match the domain for which it was given.<br /> Please contact the webmaster";
var GOOGLE_MSG06 = "Too Many Queries: The daily geocoding quota for this site has been exceeded.";
var GOOGLE_MSG07 = "Failed Attempt: The geocoding request could not be successfully processed. <br />Please refresh the page and try again.";

var WEEKDAY_01 = "Sun.";
var WEEKDAY_02 = "Mon.";
var WEEKDAY_03 = "Tue.";
var WEEKDAY_04 = "Wed.";
var WEEKDAY_05 = "Thu.";
var WEEKDAY_06 = "Fri.";
var WEEKDAY_07 = "Sat.";


var MONTH_01 = "Jan.";
var MONTH_02 = "Feb.";
var MONTH_03 = "Mar.";
var MONTH_04 = "Apr.";
var MONTH_05 = "May.";
var MONTH_06 = "Jun.";
var MONTH_07 = "Jul.";
var MONTH_08 = "Aug.";
var MONTH_09 = "Sep.";
var MONTH_10 = "Oct.";
var MONTH_11 = "Nov.";
var MONTH_12 = "Dec.";

var AMPM_01 = "P.M.";
var AMPM_02 = "A.M.";
