/*
 * This page provide set of utility process for the language conversion of javascript validation messages.
 +--------------------------------------------------------------------------------------------------------+
 +   Form Validator Version 3.0                                                                           +
 +--------------------------------------------------------------------------------------------------------+
 +   validator.js                                                                                         +
 +--------------------------------------------------------------------------------------------------------+
 +   @Author   :   Nimit Patel <nimit@rightwaysolution.com> or <nimit_104@yahoo.com>                      +
 +   @Company  :   Copyright (c) 2007, Rightway Solution Pvt Ltd, Ahmedabad	                              +
 +                 All rights reserved.                                                                   +
 +--------------------------------------------------------------------------------------------------------+
 +   @Creted Date     :   24/01/2007              		    											  +
 +   @Last Modified Date     :   24/01/2007              		    									  +
 +--------------------------------------------------------------------------------------------------------+
*/
// JavaScript Document

var lang = new Array("Please Enter ",
					 " should not contain special symbol and digits, it only accepts alphabets",
					 " should be Alpha numeric",
					 "Integer numeric value is required",
					 " Decimal numeric value is required",
					 " decimal value",
					 "Please enter valid email address","Alpha numeric value is required",
					 "Entered telephone/mobile/fax number is not valid. Its accespt only digit,-,+,(,) and blank space",
					 "Enter correct credit card number",
					 "Enter correct credit card extension number",
					 "Enter date as either MM/DD/YYYY or MM-DD-YYYY format",
					 "Month must be between 1 and 12.","Day must be between 1 and 31.","Day must be between 1 and 30",
					 "Day must be between 1 and 29",
					 "Day must be between 1 and 28") ;


/*
 * This page provide set of utility process for the language conversion of javascript validation messages.
 +--------------------------------------------------------------------------------------------------------+
 +   Form Validator Version 3.0                                                                           +
 +--------------------------------------------------------------------------------------------------------+
 +   validator.js                                                                                         +
 +--------------------------------------------------------------------------------------------------------+
 +   @Author   :   Nimit Patel <nimit@rightwaysolution.com> or <nimit_104@yahoo.com>                      +
 +   @Company  :   Copyright (c) 2007, Rightway Solution Pvt Ltd, Ahmedabad	                              +
 +                 All rights reserved.                                                                   +
 +--------------------------------------------------------------------------------------------------------+
 +   @Creted Date     :   24/01/2007              		    											  +
 +   @Last Modified Date     :   24/01/2007              		    									  +
 +--------------------------------------------------------------------------------------------------------+
*/