function fValConfig(){
this.code="validators";
this.emsg="emsg";
this.pattern="pattern";
this.errorClass="errHilite";
this.useSingleClassNames=false;
this.clearEvent="change";
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.boxErrorHeadingClass="errorsHeading";
this.boxErrorPrefix="fv_error_";
this.displayName="displayName";
this.errorSelectorCssClass="error";
}

