if(typeof MasterNameSpace == "undefined") MasterNameSpace={};
MasterNameSpace.MasterPageInfo_class = function() {};
Object.extend(MasterNameSpace.MasterPageInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGameList: function() {
		return this.invoke("GetGameList", {}, this.GetGameList.getArguments().slice(0));
	},
	GetServerList: function(GameID) {
		return this.invoke("GetServerList", {"GameID":GameID}, this.GetServerList.getArguments().slice(1));
	},
	GetProductList: function(GameID, ServerID, ProductTypeID, ExChange) {
		return this.invoke("GetProductList", {"GameID":GameID, "ServerID":ServerID, "ProductTypeID":ProductTypeID, "ExChange":ExChange}, this.GetProductList.getArguments().slice(4));
	},
	url: '/ajaxpro/MasterNameSpace.MasterPageInfo,App_Web_masterpageinfo.master.cdcab7d2.ashx'
}));
MasterNameSpace.MasterPageInfo = new MasterNameSpace.MasterPageInfo_class();

