if(typeof Netlogiq == "undefined") Netlogiq={};
if(typeof Netlogiq.Web == "undefined") Netlogiq.Web={};
if(typeof Netlogiq.Web.Tabs == "undefined") Netlogiq.Web.Tabs={};
Netlogiq.Web.Tabs_class = function() {};
Object.extend(Netlogiq.Web.Tabs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetColectii: function(transportIds) {
		return this.invoke("GetColectii", {"transportIds":transportIds}, this.GetColectii.getArguments().slice(1));
	},
	GetColectiiRO: function(transportIds) {
		return this.invoke("GetColectiiRO", {"transportIds":transportIds}, this.GetColectiiRO.getArguments().slice(1));
	},
	GetTari: function(transportIds, colectieIds) {
		return this.invoke("GetTari", {"transportIds":transportIds, "colectieIds":colectieIds}, this.GetTari.getArguments().slice(2));
	},
	GetRegiuni: function(transportIds, colectieIds, taraIds) {
		return this.invoke("GetRegiuni", {"transportIds":transportIds, "colectieIds":colectieIds, "taraIds":taraIds}, this.GetRegiuni.getArguments().slice(3));
	},
	GetOrase: function(transportIds, colectieIds, taraIds, regiuneIds) {
		return this.invoke("GetOrase", {"transportIds":transportIds, "colectieIds":colectieIds, "taraIds":taraIds, "regiuneIds":regiuneIds}, this.GetOrase.getArguments().slice(4));
	},
	GetCategorii: function(transportIds, colectieIds, taraIds, regiuneIds, orasIds) {
		return this.invoke("GetCategorii", {"transportIds":transportIds, "colectieIds":colectieIds, "taraIds":taraIds, "regiuneIds":regiuneIds, "orasIds":orasIds}, this.GetCategorii.getArguments().slice(5));
	},
	GetLink: function(transportIds, colectieIds, taraIds, regiuneIds, orasIds, categorieIds) {
		return this.invoke("GetLink", {"transportIds":transportIds, "colectieIds":colectieIds, "taraIds":taraIds, "regiuneIds":regiuneIds, "orasIds":orasIds, "categorieIds":categorieIds}, this.GetLink.getArguments().slice(6));
	},
	url: '/ajaxpro/Netlogiq.Web.Tabs,App_Web_ie-frjy2.ashx'
}));
Netlogiq.Web.Tabs = new Netlogiq.Web.Tabs_class();


