var fv = new Array()
fv['code'] = 'val';
fv['emsg'] = 'emsg';
fv['pattern'] = 'pattern';
fv['errorClass'] = 'errHilite';
fv['confirmMsg'] = 'Your Data is about to be sent.\nPlease click \'Ok\' to proceed or \'Cancel\' to abort.';
fv['confirmAbortMsg'] = 'Submission cancelled.  Data has not been sent.';
fv['submitButton'] = 'Submit';
fv['resetButton'] = 'Reset';
fv['ccType'] = 'Credit_Card_Type';
fv['ccTypeObj'] = 'form1.Credit_Card_Type';
fv['switchToEbyE'] = 3;
function FV_bs() {
	this.ver = navigator.appVersion;
	this.agent = navigator.userAgent;
    var minor = parseFloat(this.ver);
    var major = parseInt(minor);	
	this.dom = document.getElementById?1:0;
	this.opera = (this.agent.indexOf("opera") != -1);
	var iePos  = this.ver.indexOf('msie');
	if (iePos !=-1) {
		minor = parseFloat(this.ver.substring(iePos+5,this.ver.indexOf(';',iePos)))
		major = parseInt(minor);
		}	
	this.ie = ((iePos!=-1) && (!this.opera));
	this.gecko = ((navigator.product)&&(navigator.product.toLowerCase()=="gecko"))?true:false;
    this.ie4   = (this.ie && major == 4);
    this.ie4up = (this.ie && minor >= 4);
    this.ie5   = (this.ie && major == 5);
    this.ie5up = (this.ie && minor >= 5);
    this.ie5_5  = (this.ie && (this.agent.indexOf("msie 5.5") !=-1));
    this.ie5_5up = (this.ie && minor >= 5.5);
    this.ie6   = (this.ie && major == 6);
    this.ie6up = (this.ie && minor >= 6);	
	this.mac = this.agent.indexOf("Mac")>-1;
	}
fv['bok'] = false;
fv['revertClass'] = '';
fv['groupError'] = 0;
fv['groupErrors'] = 0;
fv['is'] = new FV_bs();
var errorData = new Array();