//calculator.html
var calculator_select_country = "Please select the country where the meeting is held.";
var calculator_confirm_travel = "Are you sure no participants need to travel?\nClick OK to continue or Cancel to select countries."

//calculator3.html
var calculator3_meeting_duration = "Please enter the meeting duration in minutes.";
var calculator3_meetings_number = "Please enter the number of meetings per month.";

//index.html
var index_enter_email = "Please enter your email address";

//inquiry.html
var inquiry_first_name = "Please enter your first name.";
var inquiry_last_name = "Please enter your last name.";
var inquiry_country = "Please select your country.";
var inquiry_email = "Please enter a valid e-mail address.";

//about_us.html
var about_us_require_js = "This page requires AC_RunActiveContent.js.";

//checkemail.js
var checkemail_incorrect_email = "Email address seems incorrect (check @ and .'s)";
var checkemail_invalid_username = "The username doesn't seem to be valid.";
var checkemail_invalid_IP = "Destination IP address is invalid!";
var checkemail_invalid_domain = "The domain name doesn't seem to be valid.";
var checkemail_invalid_address = "The address must end in a three- or four-letter domain, or two letter country.";
var checkemail_missing_hostname = "This address is missing a hostname!";
