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.ServiceRegister == "undefined") Show.Web.Skins.Source.ServiceRegister={};
Show.Web.Skins.Source.ServiceRegister_class = function() {};
Object.extend(Show.Web.Skins.Source.ServiceRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FormRequest: function(tradeId, userType, trueName, sex, comName, posts, phone, mobile, email, desc) {
		return this.invoke("FormRequest", {"tradeId":tradeId, "userType":userType, "trueName":trueName, "sex":sex, "comName":comName, "posts":posts, "phone":phone, "mobile":mobile, "email":email, "desc":desc}, this.FormRequest.getArguments().slice(10));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.ServiceRegister,Show.Web.ashx'
}));
Show.Web.Skins.Source.ServiceRegister = new Show.Web.Skins.Source.ServiceRegister_class();

