var BLANK_OLDPASS = "Please enter your old password.";
var BLANK_NEWPASS = "Please enter your new password.";
var BLANK_CNFRMPASS = "Please confirm your password.";
var PASSWORD_MISMATCH = "Passwords mismatch.";
var BLANK_EMAIL = "Please enter email address.";
var INVALID_EMAIL_ADDRESS = "Please enter valid email address.";
var BLANK_USER_EMAIL = "Please enter user name or email address.";
var BLANK_USER_NAME = "Please enter user name.";
var BLANK_PASS = "Please enter password.";
var BLANK_COUNTY = "Please enter county.";

var BLANK_OFFICE="Please enter company.";
var BLANK_BRID="Please enter BRID.";
var BLANK_FILED= "Please enter filed date.";
var BLANK_FIRST_NAME = "Please enter first name.";
var BLANK_LAST_NAME = "Please enter last name.";
var BLANK_EIN = "Please enter EIN.";
var BLANK_TYPE = "Please select a type.";
var BLANK_STATE = "Please select a state.";
var BLANK_CITY = "Please enter city.";
var BLANK_ZIP = "Please enter zipcode.";
var INVALID_ZIP = "Please enter valid zip code.";
var BLANK_COUNTRY = "Please select a country.";
var SELECT_VALUE = "Please select atleast one value to proceed.";
var SELECT_FILE = "Please select a file to upload.";
var BLANK_STREET = "Please enter street office.";
var INVALID_CLOSING_DATE = "Closed date cannot be lesser than the Filed date.";
var INVALID_FILED_DATE = "Filed date cannot be future date.";
var INVALID_CLOSED_DATE = "Closed date cannot be future date.";

var BLANK_COMPANY_NAME = "Please enter company name.";
var BLANK_OFFICE = "Please enter office.";
var BLANK_KEYWORD = "Please enter a keyword.";
var BLANK_OPTION = "Please select a radio button.";