if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.RegisterExhibitionForm == "undefined") Show.Web.Skins.Source.RegisterExhibitionForm={};
Show.Web.Skins.Source.RegisterExhibitionForm_class = function() {};
Object.extend(Show.Web.Skins.Source.RegisterExhibitionForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserName: function(userName) {
		return this.invoke("CheckUserName", {"userName":userName}, this.CheckUserName.getArguments().slice(1));
	},
	CheckCompanyName: function(companyName) {
		return this.invoke("CheckCompanyName", {"companyName":companyName}, this.CheckCompanyName.getArguments().slice(1));
	},
	CheckVCode: function(vCode) {
		return this.invoke("CheckVCode", {"vCode":vCode}, this.CheckVCode.getArguments().slice(1));
	},
	RegisterExhibition: function(userName, pwd, realName, email, sex, position, phone, fax, companyName, areaID, cityID, companyAddr, validateCode, tradeId, serviceTelePhone, serviceFax, serviceEmail) {
		return this.invoke("RegisterExhibition", {"userName":userName, "pwd":pwd, "realName":realName, "email":email, "sex":sex, "position":position, "phone":phone, "fax":fax, "companyName":companyName, "areaID":areaID, "cityID":cityID, "companyAddr":companyAddr, "validateCode":validateCode, "tradeId":tradeId, "serviceTelePhone":serviceTelePhone, "serviceFax":serviceFax, "serviceEmail":serviceEmail}, this.RegisterExhibition.getArguments().slice(17));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.RegisterExhibitionForm,Show.Web.ashx'
}));
Show.Web.Skins.Source.RegisterExhibitionForm = new Show.Web.Skins.Source.RegisterExhibitionForm_class();

