if(typeof Netlogiq == "undefined") Netlogiq={};
if(typeof Netlogiq.Web == "undefined") Netlogiq.Web={};
if(typeof Netlogiq.Web.Offerte == "undefined") Netlogiq.Web.Offerte={};
Netlogiq.Web.Offerte_class = function() {};
Object.extend(Netlogiq.Web.Offerte_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTreeMenu: function(locale) {
		return this.invoke("GetTreeMenu", {"locale":locale}, this.GetTreeMenu.getArguments().slice(1));
	},
	GetProducts: function(categoryID, locale) {
		return this.invoke("GetProducts", {"categoryID":categoryID, "locale":locale}, this.GetProducts.getArguments().slice(2));
	},
	url: '/ajaxpro/Netlogiq.Web.Offerte,App_Web_xu5ngq26.ashx'
}));
Netlogiq.Web.Offerte = new Netlogiq.Web.Offerte_class();


