Company_reg_class = function() {};
Object.extend(Company_reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	chkUserExists: function(_value) {
		return this.invoke("chkUserExists", {"_value":_value}, this.chkUserExists.getArguments().slice(1));
	},
	url: '/ajaxpro/Company_reg,App_Web_zq2io9mn.ashx'
}));
Company_reg = new Company_reg_class();

