/*****************************************************************************************
	File			:	Constants.js
	Description		:	This file contains all the Client side used Constants
						like clients phone number etc
						and is included in all the asp files where thes constants are required
	Author			:	C04
****************************Constants****************************************************/
//Constants Used

//Clients phone number can be changed here
//[c_Client_Phone]

//var c_Client_Phone=""//"1-800-521-2779";
//var c_Client_Name = ""//"Chrysler";

//[c_Client_ID]
//var c_Client_ID=""//"CHR";

//[c_Employ_ID]
c_Employ_ID="Internet";
c_RSA = "RSA";

// Constants for Error Handling routine Function no 4
//Error Screen Email can be Changed here
//[c_email]

var c_email ="sankerkr@zenithsoft.com";
var c_error_count = 0;

//Constants for images the images can be changed from here

//logo = "../images/logo.gif";
//symbol = "../images/symbol.jpg";
l_label = "CustomerOne Care";
buildnum = "32";

// Client IDs
CHR = "CHR";
VLV = "VLV";
DAE = "DAE";
SBR = "SUB";

// Field Length Constants
lenVIN = 17;
lenLastName = 30;
lenFirstName = 30;
lenLicensePlate = 10;
lenModel = 20;
lenMileage = 6;
lenEMail = 30;
lenDisLoc = 30;
lenInterStreet = 30;
lenComments = 30;
lenContactName = 35;
lenExt=5;
lenZip=5;