if(typeof StoreFront == "undefined") StoreFront={};
if(typeof StoreFront.StoreFront == "undefined") StoreFront.StoreFront={};
if(typeof StoreFront.StoreFront.ShowCat == "undefined") StoreFront.StoreFront.ShowCat={};
StoreFront.StoreFront.ShowCat_class = function() {};
Object.extend(StoreFront.StoreFront.ShowCat_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRealms: function(gameId) {
		return this.invoke("GetRealms", {"gameId":gameId}, this.GetRealms.getArguments().slice(1));
	},
	url: '/ajaxpro/StoreFront.StoreFront.ShowCat,StoreFront.ashx'
}));
StoreFront.StoreFront.ShowCat = new StoreFront.StoreFront.ShowCat_class();

