// Usermanagement validation
var UM_001 = "Please enter a username.";
var UM_002 = "Please enter a password.";
var UM_003 = "Please enter a valid username.";
var UM_004 = "Please enter a valid password.";
var UM_005 = "Please select a secret question.";
var UM_006 = "Please enter an answer.";
var UM_007 = "Username must be at least 4 characters.";
var UM_008 = "Password must be at least 4 characters.";
var UM_009 = "The Password and Verify Password must be same.";

//Payment validation
var E_PAY_001 = "Please select a Credit Card Type.";
var E_PAY_002 = "Please enter a valid Credit Card Number.";
var E_PAY_003 = "Please select a Credit Card Expiry Month.";
var E_PAY_004 = "Please enter a valid Credit Card Expiry Year.";
var E_PAY_005 = "Please enter a valid First Name.";
var E_PAY_006 = "Please enter a valid Last Name.";
var E_PAY_007 = "Please enter a valid Street Address.";
var E_PAY_008 = "Please enter a valid City.";
var E_PAY_009 = "Please select a State.";
var E_PAY_010 = "Please enter a valid 5 digit or 5 digit+4 zip code.";
var E_PAY_011 = "Username needs to be a valid email address.";
var E_PAY_012 = "Please enter a valid Card Security Code.";
var E_PAY_013 = "Please check length of your email,max length allowed is 25.";

//Registration validation
var REG_001 = "The phone number contains illegal characters.";
var REG_002 = "The phone number is the wrong length. Make sure you included an area code.";
var REG_003 = "The Employee ID and Verify Employee ID must be same.";
var REG_004 = "The District ID and Verify District ID must be same.";
var REG_005 = "Employee ID must be a number.";
var REG_006 = "District ID must be a number.";
var REG_007 = "Employee ID is empty.";
var REG_008 = "District ID is empty.";
var REG_009 = "Verify Employee ID is empty.";
var REG_010 = "Verify District ID is empty.";


//Report validation
var RPT_001 = "The date range is negative! <br>Please choose an end date beyond the start date.";
var RPT_002 = "Please select a course category.";
var RPT_003 = "Please select an asset type.";

  //Manage Link

 var M_LINK_OO1 ="Please enter a Title"; 
 var M_LINK_OO2	="Please enter a URL";
 var M_LINK_OO3 ="Link Text"; 
 var M_LINK_OO4	="Link Description ";
 var M_LINK_OO5	="Link URL";
 var M_LINK_OO6	="Please enter a valid URL Format";

//Manage PDF
 var M_PDF_OO1 ="Please enter a Description"; 
 var M_PDF_OO2	="Please select a View PDF File";
 var M_PDF_OO3 ="Please select a Print PDF File"; 
 var M_PDF_OO4	="Please enter an Amount for the PDF";


//Course Subscription  
var SUB_001 = "Please select course(s) for subscription."
var DIS_code_001 ="Please Enter proper Discount Code or <br>Keep Discount Code as Blank";
//var DIS_code_002 ="Discount Code Validation Date has Expired <br>Keep Discount Code as Blank";

//FAQ
var M_FAQ_OO1="Please enter the Question."
var M_FAQ_OO2="Please enter the Answer."
var M_FAQ_OO3="Please enter select the Category."
var M_FAQ_OO4="Please enter the Category."
var M_FAQ_OO5="Please enter the Category."
var M_FAQ_OO6="Please Add a Category Before Adding a Question.";
var M_FAQ_OO7="Please Do not enter a duplicate Category name.";