if(typeof ComShopWeb == "undefined") ComShopWeb={};
if(typeof ComShopWeb.Pages == "undefined") ComShopWeb.Pages={};
if(typeof ComShopWeb.Pages.Common == "undefined") ComShopWeb.Pages.Common={};
if(typeof ComShopWeb.Pages.Common.Controls == "undefined") ComShopWeb.Pages.Common.Controls={};
ComShopWeb.Pages.Common.Controls.ProductListDisplayMode_class = function() {};
Object.extend(ComShopWeb.Pages.Common.Controls.ProductListDisplayMode_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ListDisplay: function(sPath, iSort, iSize, iIndex, sCss, sFormat) {
		return this.invoke("ListDisplay", {"sPath":sPath, "iSort":iSort, "iSize":iSize, "iIndex":iIndex, "sCss":sCss, "sFormat":sFormat}, this.ListDisplay.getArguments().slice(6));
	},
	url: '/ajaxpro/ComShopWeb.Pages.Common.Controls.ProductListDisplayMode,ComShopWeb.ashx'
}));
ComShopWeb.Pages.Common.Controls.ProductListDisplayMode = new ComShopWeb.Pages.Common.Controls.ProductListDisplayMode_class();

