function fValConfig()

{



	this.code = 'alt';

	this.emsg = 'emsg';

	this.pattern = 'pattern';

	this.errorClass = 'errHilite';

	this.useSingleClassNames = false; // or true

	this.clearEvent = 'change'; // 'change' | 'blur' | null

	this.eventOverride = false;

	this.confirmMsg = fvalidate.i18n.config.confirmMsg;

	this.confirmAbortMsg = fvalidate.i18n.config.confirmAbortMsg;

	this.submitButton = ['Submit','Submit2'];

	this.resetButton = 'Reset';

	this.ccType = 'Credit_Card_Type';

	this.ccTypeObj = 'form1.Credit_Card_Type';

	this.boxError = 'errors';

	this.boxErrorPrefix = 'fv_error_';

}

//	EOF