// JavaScript Document
var err_required_field="This field is required to be filled.";
var err_required_selection="This field is required to be selected.";
var err_invalid_name="Numeric characters are not allowed in the name field.";
var err_invalid_email="Please check the format of your email address.";
var err_invalid_confirm_email="Confirm email address should match the email address.";
var err_invalid_phone="Only Numeric characters are allowed in the Phone field.";
var err_invalid_mobile="Only Numeric characters are allowed in the Mobile field.";


var err_invalid_firstname="Numeric characters are not allowed in the Firstname field.";
var err_invalid_lastname="Numeric characters are not allowed in the Lastname field.";
/*var err_invalid_address="Numeric characters are not allowed in the City field.";
*/
var err_invalid_city="Numeric characters are not allowed in the City field.";
var err_invalid_state="Numeric characters are not allowed in the State field.";
var err_invalid_country="Numeric characters are not allowed in the Country field.";


var err_min_password_length="Password should be of minimum 6 characters.";
var err_existing_password="Existing password is same as New password.";
var err_confirm_new_password="Confirm password should match the new password.";
var err_confirm_password="Confirm password should match the password.";

var err_invalid_quantity="Only numeric characters are allowed for quantity.";




