if(typeof PreRegistration == "undefined") PreRegistration={};
PreRegistration_class = function() {};
Object.extend(PreRegistration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckBoth: function(txtFranchisee) {
		return this.invoke("CheckBoth", {"txtFranchisee":txtFranchisee}, this.CheckBoth.getArguments().slice(1));
	},
	ReturnBinary: function(txtintroid, txtBinary) {
		return this.invoke("ReturnBinary", {"txtintroid":txtintroid, "txtBinary":txtBinary}, this.ReturnBinary.getArguments().slice(2));
	},
	chkIntro: function(txtintroid) {
		return this.invoke("chkIntro", {"txtintroid":txtintroid}, this.chkIntro.getArguments().slice(1));
	},
	ReturnIntroducer: function(txtintroid) {
		return this.invoke("ReturnIntroducer", {"txtintroid":txtintroid}, this.ReturnIntroducer.getArguments().slice(1));
	},
	IsRef: function(txtintroid, txtbinary) {
		return this.invoke("IsRef", {"txtintroid":txtintroid, "txtbinary":txtbinary}, this.IsRef.getArguments().slice(2));
	},
	PreReg: function(txtintroid, txtepin, txtBinary) {
		return this.invoke("PreReg", {"txtintroid":txtintroid, "txtepin":txtepin, "txtBinary":txtBinary}, this.PreReg.getArguments().slice(3));
	},
	url: '/ajaxpro/PreRegistration,App_Web_3qpi4q26.ashx'
}));
PreRegistration = new PreRegistration_class();


