var languageParam = new Array();
// master constants
var protectedAreaRoot = "access/";
var loginPage = "access/login/";
var crLf = '\n';
languageParam["register_page-username_in_use"] = "* choose a different username";
languageParam["register_page-email_in_use"] = "* choose a different email address";
languageParam["register_page-required_field"] = "* required field";
languageParam["register_page-invalid_email"] = "* invalid email address";
languageParam["register_page-select_yes"] = "Yes";
languageParam["register_page-select_no"] = "No";
languageParam["login_box-email_sent"] = "Your user information has been sent to your email address";
languageParam["login_box-email_does_not_exist"] = "The email address entered does not exist in our system.";
languageParam["logged_in_box-message"] = "Welcome [Username]";
languageParam["login_box-username_required"] = "Please enter your username";
languageParam["login_box-password_required"] = "Please enter your password";
languageParam["login_box-account_not_activated"] = "Your account has not been activated or is pending review.";
languageParam["login_box-password_rejected"] = "The password you specified is invalid";
languageParam["login_box-error"] = "Error:";
languageParam["dynamo_error-not_active"] = "Dynamo function not active from local web -- try again from live web address.";
languageParam["dynamo_error-retrieving_response"] = "Error: System Currently Not Available.\" + crLf + \"\" + crLf + \"Please contact webmaster.";
languageParam["registration_page-agree_to_terms_alert"] = "You must agree to the terms of the \"User Agreement\"";
languageParam["registration_page-cannot_be_blank"] = "cannot be blank";
languageParam["registration_page-success_message"] = "You have successfully completed your registration -- your account information is currently being emailed to you.";
languageParam["registration_page-continue_button_label"] = "Continue";
languageParam["registration_page-register_button_label"] = "Register";
languageParam["login_box-forgot_password_message"] = "Enter your Login ID into the field, THEN click the \"Forgot Password\" link";
languageParam["login_box-logged_in_box_title"] = "Account Information";
languageParam["login_box-logged_in_box_logout_link_text"] = "logout";
languageParam["verify_email_page-thank_you"] = "Thank you your account has now been activated.";
languageParam["verify_email_page-error_invalid_parameters"] = "Error: Invalid parameters.";
languageParam["verify_email_page-error_already_validated"] = "Error: Your account has already been validated or the passed information is invalid.";
languageParam["welcome_email-click_to_activate_account_text"] = "Click here to activate your account";
languageParam["register_message-activation_email"] = "Thank you for registering with YOUR NAME here.
In order to complete your account setup you will need to click on the following link in order to activate your account.
Click here to activate your account";
languageParam["account_information-forgot_password"] = "Hi [username],
Here is your login information for YOUR WEBSITE NAME HERE.
Login Id: [username]
Password: [password]
If you have any questions please feel free to give us a call at 1-234-567-8901!";