if(typeof Shop_Default == "undefined") Shop_Default={};
Shop_Default_class = function() {};
Object.extend(Shop_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetShopState: function(RestId) {
		return this.invoke("GetShopState", {"RestId":RestId}, this.GetShopState.getArguments().slice(1));
	},
	url: '/ajaxpro/Shop_Default,App_Web_default.aspx.6e7c4924.ashx'
}));
Shop_Default = new Shop_Default_class();

