if(typeof Mantis == "undefined") Mantis={};
if(typeof Mantis.CaesarStone == "undefined") Mantis.CaesarStone={};
if(typeof Mantis.CaesarStone.Pages == "undefined") Mantis.CaesarStone.Pages={};
if(typeof Mantis.CaesarStone.Pages.ProductsControlBase == "undefined") Mantis.CaesarStone.Pages.ProductsControlBase={};
Mantis.CaesarStone.Pages.ProductsControlBase_class = function() {};
Object.extend(Mantis.CaesarStone.Pages.ProductsControlBase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCategory: function(productCategoryId) {
		return this.invoke("GetCategory", {"productCategoryId":productCategoryId}, this.GetCategory.getArguments().slice(1));
	},
	GetGallery: function(galleryId, includeImages) {
		return this.invoke("GetGallery", {"galleryId":galleryId, "includeImages":includeImages}, this.GetGallery.getArguments().slice(2));
	},
	GetProduct: function(productId) {
		return this.invoke("GetProduct", {"productId":productId}, this.GetProduct.getArguments().slice(1));
	},
	url: '/ajaxpro/Mantis.CaesarStone.Pages.ProductsControlBase,App_Code.61k4ff9g.ashx'
}));
Mantis.CaesarStone.Pages.ProductsControlBase = new Mantis.CaesarStone.Pages.ProductsControlBase_class();

