if(typeof Modules_UserControls_EShopSection == "undefined") Modules_UserControls_EShopSection={};
Modules_UserControls_EShopSection_class = function() {};
Object.extend(Modules_UserControls_EShopSection_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetShowHideShoppingList: function(showCart) {
		return this.invoke("SetShowHideShoppingList", {"showCart":showCart}, this.SetShowHideShoppingList.getArguments().slice(1));
	},
	CountProductsInShoppingList: function() {
		return this.invoke("CountProductsInShoppingList", {}, this.CountProductsInShoppingList.getArguments().slice(0));
	},
	url: '/ajaxpro/Modules_UserControls_EShopSection,App_Web_eshopsection.ascx.607c82a0.ashx'
}));
Modules_UserControls_EShopSection = new Modules_UserControls_EShopSection_class();


