var BLANK_DAY_DOB = "Please Select Day of Birth. ";
var BLANK_MONTH_DOB = "Please Select Month of Birth. ";
var BLANK_YEAR_DOB = "Please Select Year of Birth. ";
var BLANK_POSTAL_CODE = "Please Enter the Postal Code.";
var BLANK_CONTACT_NUMBER = "Please Enter the Contact Number. ";
var BLANK_EMAIL = "Please Enter the Email Address. ";
var BLANK_MOBILE_NUMBER = "Please Enter the Mobile Number. ";
var BLANK_SUBJECT = "Please Enter the Subject. ";
var BLANK_USER_NAME = "Please Enter the User Name. ";
var BLANK_VERIFY = "Please Enter the Verification Word.";
var BLANK_PASSWORD = "Please Enter the Password. ";
var BLANK_SHIPPING_NAME  = "Please Enter the Shipping Name. ";
var BLANK_OLD_PASSWORD = "Please Enter the Old Password. ";
var BLANK_WEBSITE  = "Please Enter the Website URL. ";
var BLANK_PAGE  = "Please Enter the Page Number. ";

var CONFIRM_PASSWORD = "Please Confirm the Password.";
var CONFIRM_PASSWORD_NOT_MATCH = "Passwords do not match, please confirm the password again.";
var CONFIRM_REMOVE = "Are you sure, you want to remove the selected item(s)?";

var ERROR = "Error occured : ";

var FAIL_REQUEST_SEND = "Request Sending Failed, Please try again."

var GLOBAL_DAY_DOB = "Please select valid day for selected Month.";
var GLOBAL_EMAIL_EXIST = "This Email Address is already registered with us. Please enter another Email Address.";
var GLOBAL_EMAIL_NOT_EXIST = "This Email Address is not registered with us."
var GLOBAL_USERNAME_EXIST = "This User Name is already registered with us. Please enter another User Name.";
var GLOBAL_FLASH_TYPE = "Only the following filetypes are supported for flash :\n1) .swf\n2) .flv.";
var GLOBAL_IMAGE_TYPE = "Supported image file types are:\n1) .jpg\n2) .gif \n3) .png";

var GLOBAL_IMAGE_UPLOAD = "Please Upload the Image. ";
var GLOBAL_URL = "Please Enter Valid URL. ";
var GLOBAL_PATH_BROWSE = "Sorry, You can't enter the Path manually, Please upload using Browse button.";
var GLOBAL_ZIP_TYPE = "Only Zip files are allowed for upload.";
var GLOBAL_BLOG_TYPE = "Supported files are:\n\nPDFs, DOCs, DOCXs, PPTs, PPTXs, XLSXes, XLSes, WMVs, MP4s, MP3s, MOVs, M4As, JPGs, PNGs and GIFs.";

  

var NUM_CHAR_BILLING_ADDRESS = "Billing Address must be between 10 and 500 characters.";
var NUM_CHAR_SHIPPING_ADDRESS = "Shipping Address must be between 10 and 500 characters.";
var NUM_CHAR_USER_NAME = "User Name must be between 2 and 25 characters.";
var NUM_CHAR_PASSWORD = "Please Enter the specified number of characters in the Password field.";
var NUM_CONTACT_NUMBER = "Contact Number must be between 8 and 20 digits.";
var NUM_MOBILE_NUMBER = "Mobile Number must be between 8 and 20 digits.";
var NUM_PHONE = "Landline Number must be between 8 and 20 digits.";
var NUM_FAX = "Fax Number must be between 10 and 20 digits.";

var PRODUCTS_FOR_BUY = "Products for Buy";
var PRODUCTS_FOR_SELL = "Products for Sell";
var PASSWORD_SENT	= "Your New Password has been sent successfully to your Email Address.<br>Please check your Email for the Reset Password.";

var SELECT_ISD_CODE = "Please Select ISD Code.";
var SELECT_IMPRESSION = "Please Select Impression.";
var SELECT_MONTH = "Please select Month.";
var SELECT_PAYMENT_TYPE = "Please select atleast one payment type.";
var SELECT_YEAR = "Please select Year.";
var SELECT_TO_REMOVE = "No item(s) selected to remove.";
var SENDING_REQUEST = '<Div align=center class="redtxt"><br><br><br><br><img src="images/load.gif"> Sending Request.....</Div>';
var SPACE = "Please do not enter 'space' between characters."
var SPECIAL_CHAR_BILLING_ADDRESS = "Please do not enter special characters in the Billing Address field.";
var SPECIAL_CHAR_SHIPPING_ADDRESS = "Please do not enter special characters in the Shipping Address field.";
var SPECIAL_SHIPPING_CHAR_NAME = "Please do not enter special characters in the Shipping Name field.";
var SPECIAL_CHAR_EMAIL =  "Please do not enter special characters in the Email Address field.";
var SPECIAL_CHAR_USER_NAME =  "Please do not enter special characters in the User Name field.";
var SPECIAL_CHAR_PASSWORD =  "Please do not enter special characters in the Password field.";
var SPECIAL_CHAR_SUBJECT = "Please do not enter special characters in the Subject field.";
var SPECIAL_CHAR_SEARCH = "Please do not enter special characters in the search field.";
var SPECIAL_CHAR_URL =  "Please do not enter special characters for URL.";
var SPACE_EMAIL = "Please do not enter 'space' between characters for Email Address.";
var SPACE_TWO = "Please do not enter more than two spaces in the field."
var SPACE_URL = "Please do not enter 'space' between characters for URL.";
var SUCC_REQUEST_SEND = "Your request has been sent successfully."
var SUCC_REPORT_SEND = "<b>Your report has been sent successfully.<br><br><a href='index.php'>Click here to continue.</a></b><br><br><br><br><br><br><br>";
var SUB_CATEGORY = "Sub Category";
var SUB_CATEGORY_NEW = "Sub Classification";
var PRODUCT_CATEGORY = "Product Category";

var OLD_PASSWORD_NOT_MATCH = "Wrong Old Password, Please Enter the Old Password again.";


var USER_NAME_AVAILABLE = "User Name is available";
var USER_NAME_ALPHA = "Please Enter only alphanumeric characters for User Name.";
var USER_NAME_TAKEN = "User Name is already taken";

var VALID_DATE = "Please select valid Date.";
var VALID_EMAIL = "Please Enter Valid Email Address.";
var VALID_PHONE = "Please Enter a Valid Landline Number.";
var VALID_CONTACT_NUMBER = "Please Enter a Valid Contact Number.";
var VALID_MOBILE_NUMBER = "Please Enter a Valid Mobile Number.";
var VALID_FAX = "Please Enter a valid Fax Number.";
var VALID_POSTAL_CODE = "Please Enter valid Postal Code.";
var VERIFY_NOT_MATCH = "Verification Word does not match, Please Re-Enter the Word again.";
var VALID_PASSWORD = "Please Enter only alphanumeric characters for  Password.";
var VALID_PAGE = "Please Enter Valid Page Number.";

var WRONG_ANSER ="Wrong Answer, Please Enter the Correct Answer.";
