﻿var helpstr = new Array();

// Registration form
helpstr["form_company"]         = "Please enter your company.";
helpstr["form_postcode"]        = "Please enter company postcode.";
helpstr["form_fax"]             = "Please enter company fax.";
helpstr["form_title"]           = "Please select your title.";
helpstr["form_fname"]           = "Please enter your first name.";
helpstr["form_lname"]           = "Please enter your last name.";
helpstr["form_email"]           = "Please enter your email.";
helpstr["form_login"]           = "This must be unique and can't be changed once your account has been created.";
helpstr["form_pass"]            = "Please enter the password (min 6 chars).";
helpstr["form_pass2"]           = "Please enter the password (min 6 chars).";
helpstr["form_mobile"]          = "Please enter your contact number.";
helpstr["form_secret_question"] = "Please select security question.";
helpstr["form_secret_answer"]   = "Please enter answer to security question.";

// Registration confirmation form
helpstr["form_titlejointname"]  = "If any of your accounts are held in joint names, enter details of spouse or partner here.";
helpstr["form_fnamejointname"]  = "If any of your accounts are held in joint names, enter details of spouse or partner here.";
helpstr["form_lnamejointname"]  = "If any of your accounts are held in joint names, enter details of spouse or partner here.";
helpstr["form_from_line1"]      = "House/flat number or name.";
helpstr["form_from_postcode"]   = "Old postcode.";
helpstr["form_to_line1"]        = "House/flat number or name.";
helpstr["form_to_postcode"]     = "New postcode.";
helpstr["form_howhear"]         = "How did you hear about us?";

// My details form
helpstr["form_datebirth"]   = "Please enter your date of birth.";

// Password strength
helpstr["pwd_strength_0"] = "Begin typing";
helpstr["pwd_strength_1"] = "Weakest";
helpstr["pwd_strength_2"] = "Weak";
helpstr["pwd_strength_3"] = "Improving";
helpstr["pwd_strength_4"] = "Strong";
helpstr["pwd_strength_5"] = "Strongest";


var msgstr = new Array();

// Selected organizations
msgstr["resend_orgs_conformation"] = "You are about to resend these organisations. Continue?<br /><br />";
msgstr["cancel_orgs_conformation"] = "You are about to cancel these organisations. Continue?<br /><br />";
msgstr["e_notification_sent"] = "Electronic notifications were sent. <br /><br />You'll be redirected to the Organisations page in 10 seconds - <a href=\"/organisations/\">click here</a> to go there now.";
msgstr["e_notification_sent2"] = "Electronic Notifications have been sent - you will now need to print and sign notifications where the organisation requires a signature. You will be redirected to that page in 10secs, or <a href=\"./\" onclick=\"hide_box('popup_box');return false;\">click here</a> to go there now.";
msgstr["details_incomplete"] = "Not all details are complete.<br /><br />Please <a href=\"./\" onclick=\"if(submit_form('service_info_form', 'add_other_info')){return false;}\">log in to your account</a> and complete them.";
msgstr["add_required_information"] = "Important!<br />You haven't entered all the details this organisation requires about your move.<br /><br /><a href=\"./\" onclick=\"if(submit_form('service_info_form', 'add_other_info')){return false;}\">Click here to add this required information now.</a><br /><br /><a href=\"./\" onclick=\"hide_box('popup_box');return false;\">Click here to do this later.</a>";
msgstr["login_required"] = "Although you can carry on creating your list, you will need to be logged in to your account to save it for your next visit.<br /><br /><a href=\"./\" onclick=\"if(submit_form('service_info_form', 'add_other_info')){return false;}\">Click Here to log into an existing account or create an account.</a><br /><br /><a href=\"./\" onclick=\"submit_form('service_info_form', 'addinfo_pr');return false;\">Create Account Later.</a>";
msgstr["resend_validation_email"] = "Your email has not yet been vailidated.<br /><br /><a href=\"/account/resend/?a=resend\">Click here</a> to resend yourself a validation email and click on the link in it, or find the email we sent you when you registered and click on that link.";
msgstr["email_not_validated"] = "Your email address has not been activated by clicking the link in the email we sent you when you registered.<br /><br />You must activate your email address so that we, and your selected organisations, can contact you.<br /><br />Resend yourself the email so you can click the link and activate your email address <a href=\"/account/resend/?a=resend\">here</a>.<div class=\"textcenter\"><br /><br /><a href=\"./\" onclick=\"hide_popup_box();return false;\"><img src=\"/img/btn-cancel.gif\" /></a></div>";
msgstr["email_not_registered"] = "Your email address has not been activated.<br /><br />We need to activate your email address so that we and your selected organisations can contact you.<br /><br /><a href=\"/account/reg/\" onclick=\"if(submit_form('service_info_form', 'add_other_info')){return false;}\">Click here</a> to register and get sent a validation email.";
msgstr["save_quotes_success"] = "Thank you for your selections. One of our specialist moving advisors will be contacting you soon.";
msgstr["enter_promo_code"] = "Please enter your promotional code here: <br /><br /><input type=\"text\" value=\"\" class=\"inp-med inp\" onchange=\"document.getElementById('form_promocode').value=this.value;document.getElementById('form_promocode').className='inp-reg';document.getElementById('form_promocode_checkbox').checked=true;\" id=\"form_promocode_popup\" /><br />";
msgstr["enter_agent_name"] = "Please enter agent name here: <br /><br /><input type=\"text\" value=\"\" class=\"inp-med inp\" onchange=\"document.getElementById('form_agentname').value=this.value;\" id=\"form_agentname_popup\" /><br />";
msgstr["need_to_confirm_address"] = "You need to confirm this address.";

// Search for organisation
msgstr["enter_at_least_3chars"] = "Please enter at least 3 characters in search string.";
msgstr["searching_wait"] = "Searching... Please wait.";

// waiting for double layers
div_wait = '<div id="div_for_waiting"><div class="TB_overlayBG" id="TB_overlay"></div></div>';