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.Controls == "undefined") Show.Web.Skins.Controls={};
if(typeof Show.Web.Skins.Controls.LoginControl == "undefined") Show.Web.Skins.Controls.LoginControl={};
Show.Web.Skins.Controls.LoginControl_class = function() {};
Object.extend(Show.Web.Skins.Controls.LoginControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckAutoLogin: function(loginName, pwd, comadminUrl) {
		return this.invoke("CheckAutoLogin", {"loginName":loginName, "pwd":pwd, "comadminUrl":comadminUrl}, this.CheckAutoLogin.getArguments().slice(3));
	},
	CheckVCode: function(vCode) {
		return this.invoke("CheckVCode", {"vCode":vCode}, this.CheckVCode.getArguments().slice(1));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	UpdateDownCount: function(newsId) {
		return this.invoke("UpdateDownCount", {"newsId":newsId}, this.UpdateDownCount.getArguments().slice(1));
	},
	ExchangePrize: function(pId) {
		return this.invoke("ExchangePrize", {"pId":pId}, this.ExchangePrize.getArguments().slice(1));
	},
	GetTradeShowUrl: function(showId, hostUrl) {
		return this.invoke("GetTradeShowUrl", {"showId":showId, "hostUrl":hostUrl}, this.GetTradeShowUrl.getArguments().slice(2));
	},
	GetTradeShowContactUrl: function(tradeShowType, tradeShowUrl, showId, urlGroups, hostUrl) {
		return this.invoke("GetTradeShowContactUrl", {"tradeShowType":tradeShowType, "tradeShowUrl":tradeShowUrl, "showId":showId, "urlGroups":urlGroups, "hostUrl":hostUrl}, this.GetTradeShowContactUrl.getArguments().slice(5));
	},
	GetTradeShowContactUrl2: function(showID, hostUrl) {
		return this.invoke("GetTradeShowContactUrl2", {"showID":showID, "hostUrl":hostUrl}, this.GetTradeShowContactUrl2.getArguments().slice(2));
	},
	GetTradeShowIntroUrl: function(showID, hostUrl) {
		return this.invoke("GetTradeShowIntroUrl", {"showID":showID, "hostUrl":hostUrl}, this.GetTradeShowIntroUrl.getArguments().slice(2));
	},
	GetTradeProductCatalogListUrl: function(showID, hostUrl) {
		return this.invoke("GetTradeProductCatalogListUrl", {"showID":showID, "hostUrl":hostUrl}, this.GetTradeProductCatalogListUrl.getArguments().slice(2));
	},
	GetTradeProductViewImage: function(showID, productID, hostUrl) {
		return this.invoke("GetTradeProductViewImage", {"showID":showID, "productID":productID, "hostUrl":hostUrl}, this.GetTradeProductViewImage.getArguments().slice(3));
	},
	GetCommonUrl: function(showId, rewriterType, param1, hostUrl) {
		return this.invoke("GetCommonUrl", {"showId":showId, "rewriterType":rewriterType, "param1":param1, "hostUrl":hostUrl}, this.GetCommonUrl.getArguments().slice(4));
	},
	GetTradeProductCatalogUrl: function(tradeShowType, tradeShowUrl, showId, catalogId, urlGroups, hostUrl) {
		return this.invoke("GetTradeProductCatalogUrl", {"tradeShowType":tradeShowType, "tradeShowUrl":tradeShowUrl, "showId":showId, "catalogId":catalogId, "urlGroups":urlGroups, "hostUrl":hostUrl}, this.GetTradeProductCatalogUrl.getArguments().slice(6));
	},
	GetTradeProductSearchUrl: function(tradeShowType, tradeShowUrl, showId, keyword, urlGroups, hostUrl) {
		return this.invoke("GetTradeProductSearchUrl", {"tradeShowType":tradeShowType, "tradeShowUrl":tradeShowUrl, "showId":showId, "keyword":keyword, "urlGroups":urlGroups, "hostUrl":hostUrl}, this.GetTradeProductSearchUrl.getArguments().slice(6));
	},
	GetShowUrl: function(hostUrl, showId) {
		return this.invoke("GetShowUrl", {"hostUrl":hostUrl, "showId":showId}, this.GetShowUrl.getArguments().slice(2));
	},
	url: '/ajaxpro/Show.Web.Skins.Controls.LoginControl,Show.Web.ashx'
}));
Show.Web.Skins.Controls.LoginControl = new Show.Web.Skins.Controls.LoginControl_class();


