if(typeof PW35COM == "undefined") PW35COM={};
if(typeof PW35COM.Web == "undefined") PW35COM.Web={};
if(typeof PW35COM.Web.Shop_userShow_sp == "undefined") PW35COM.Web.Shop_userShow_sp={};
PW35COM.Web.Shop_userShow_sp_class = function() {};
Object.extend(PW35COM.Web.Shop_userShow_sp_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddBossSQ: function(Shop_Id, SQ_ContactName, SQ_ContactTel, SQ_Email) {
		return this.invoke("AddBossSQ", {"Shop_Id":Shop_Id, "SQ_ContactName":SQ_ContactName, "SQ_ContactTel":SQ_ContactTel, "SQ_Email":SQ_Email}, this.AddBossSQ.getArguments().slice(4));
	},
	AddReview: function(Remark_ID, VRefID, VRefContent, VReviewContent) {
		return this.invoke("AddReview", {"Remark_ID":Remark_ID, "VRefID":VRefID, "VRefContent":VRefContent, "VReviewContent":VReviewContent}, this.AddReview.getArguments().slice(4));
	},
	AddToFavourite: function(Shop_Id) {
		return this.invoke("AddToFavourite", {"Shop_Id":Shop_Id}, this.AddToFavourite.getArguments().slice(1));
	},
	AddToReport: function(Shop_Id, Content) {
		return this.invoke("AddToReport", {"Shop_Id":Shop_Id, "Content":Content}, this.AddToReport.getArguments().slice(2));
	},
	AddToUseOrNoUse: function(Remark_ID, SetValue) {
		return this.invoke("AddToUseOrNoUse", {"Remark_ID":Remark_ID, "SetValue":SetValue}, this.AddToUseOrNoUse.getArguments().slice(2));
	},
	AddToWantGoOrGo: function(Shop_Id, SetValue) {
		return this.invoke("AddToWantGoOrGo", {"Shop_Id":Shop_Id, "SetValue":SetValue}, this.AddToWantGoOrGo.getArguments().slice(2));
	},
	AjaxCheckIfLogin: function() {
		return this.invoke("AjaxCheckIfLogin", {}, this.AjaxCheckIfLogin.getArguments().slice(0));
	},
	ChangeQu: function(QuID) {
		return this.invoke("ChangeQu", {"QuID":QuID}, this.ChangeQu.getArguments().slice(1));
	},
	ChangeTags: function(Class_Id) {
		return this.invoke("ChangeTags", {"Class_Id":Class_Id}, this.ChangeTags.getArguments().slice(1));
	},
	IfValidCom: function(Shop_Name) {
		return this.invoke("IfValidCom", {"Shop_Name":Shop_Name}, this.IfValidCom.getArguments().slice(1));
	},
	SearchCom: function(ComName) {
		return this.invoke("SearchCom", {"ComName":ComName}, this.SearchCom.getArguments().slice(1));
	},
	UpCommendNum: function(Shop_Id) {
		return this.invoke("UpCommendNum", {"Shop_Id":Shop_Id}, this.UpCommendNum.getArguments().slice(1));
	},
	UpdateMapPoint: function(point, mid) {
		return this.invoke("UpdateMapPoint", {"point":point, "mid":mid}, this.UpdateMapPoint.getArguments().slice(2));
	},
	url: '/ajaxpro/PW35COM.Web.Shop_userShow_sp,PW35_WebUI.ashx'
}));
PW35COM.Web.Shop_userShow_sp = new PW35COM.Web.Shop_userShow_sp_class();

