if(typeof web == "undefined") web={};
if(typeof web.CustomerRegedit == "undefined") web.CustomerRegedit={};
web.CustomerRegedit_class = function() {};
Object.extend(web.CustomerRegedit_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsReg: function(codestr) {
		return this.invoke("IsReg", {"codestr":codestr}, this.IsReg.getArguments().slice(1));
	},
	IsSubCustomers: function(codestr) {
		return this.invoke("IsSubCustomers", {"codestr":codestr}, this.IsSubCustomers.getArguments().slice(1));
	},
	url: '/web/ajaxpro/web.CustomerRegedit,web.ashx'
}));
web.CustomerRegedit = new web.CustomerRegedit_class();

