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.TourCard == "undefined") Show.Web.Skins.Source.TourCard={};
Show.Web.Skins.Source.TourCard_class = function() {};
Object.extend(Show.Web.Skins.Source.TourCard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckAutoLogin: function() {
		return this.invoke("CheckAutoLogin", {}, this.CheckAutoLogin.getArguments().slice(0));
	},
	BindShowList: function(showListStyle) {
		return this.invoke("BindShowList", {"showListStyle":showListStyle}, this.BindShowList.getArguments().slice(1));
	},
	BindMenuList: function(listStyle, tradeId, menuType) {
		return this.invoke("BindMenuList", {"listStyle":listStyle, "tradeId":tradeId, "menuType":menuType}, this.BindMenuList.getArguments().slice(3));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	LoginCheck: function(loginName, password, remember, tradeId) {
		return this.invoke("LoginCheck", {"loginName":loginName, "password":password, "remember":remember, "tradeId":tradeId}, this.LoginCheck.getArguments().slice(4));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.TourCard,Show.Web.ashx'
}));
Show.Web.Skins.Source.TourCard = new Show.Web.Skins.Source.TourCard_class();

