/* ======================================================================
	Author				: Mahendra Patil 
	version				: 
	created Date		: 1/7/2003
	Last Modified By	: 
	Last Modified Date  : 
	Explanation			: This Script is used To Maintain consistent system messages
	========================================================================== */


var err_MSG = new Array();

err_MSG[0] = "Please fill in all mandatory fields as indicated by *.";
err_MSG[1] = "Please select all mandatory fields as indicated by *."
err_MSG[2] = "Can have only letters, numbers, underscore(_) or dot(.). No spaces allowed.";
err_MSG[3] = "Please enter valid Email address.";
err_MSG[4] = "Please enter numbers only."
err_MSG[5] = "Please enter valid Duration ";
err_MSG[6] = "Cannot enter more than "
err_MSG[7] = "Please enter the date in this format - mm/dd/yyyy."
err_MSG[8] = "Please enter date later than - 01/01/1900."
err_MSG[9] = "Please enter valid letters."
err_MSG[10] = "Please ensure you re-enter the same password."
err_MSG[11] = "Almost done! Please read and accept the Terms & Conditions."
err_MSG[12] = "Password should be alphanumeric."
err_MSG[13] = "Please enter Email Id."
err_MSG[14] = "Please enter valid Email Id."
err_MSG[15] = "Please enter Password."
err_MSG[16] = "Password should be a minimum 5 and maximum of 24 characters."
err_MSG[17] = "Please enter your First Name."
err_MSG[18] = "Please enter your Date of Birth."
err_MSG[19] = "Please enter valid Country Code."
err_MSG[20] = "Please enter valid Area Code."
err_MSG[21] = "Please enter valid Phone No."
err_MSG[22] = "Please enter Re-enter password."
err_MSG[23] = "Please enter Country."
err_MSG[24] = "Please enter your Last Name."
err_MSG[25] = "Please enter Country Code."
err_MSG[26] = "Please enter Area Code."
err_MSG[27] = "Please enter Phone No."
err_MSG[28] = "Please enter your Old Password."
err_MSG[28] = "Please enter your New Password."
err_MSG[29] = "New Password and Re-enter New Password must be same."
err_MSG[30] = "Please enter source."
err_MSG[31] = "Please enter Sub Source."






