if(typeof DataFeed == "undefined") DataFeed={};
DataFeed_class = function() {};
Object.extend(DataFeed_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModels: function(makeID, clsID) {
		return this.invoke("GetModels", {"makeID":makeID, "clsID":clsID}, this.GetModels.getArguments().slice(2));
	},
	ShowModels: function(makeID, sclID) {
		return this.invoke("ShowModels", {"makeID":makeID, "sclID":sclID}, this.ShowModels.getArguments().slice(2));
	},
	ShowMakes: function(catType) {
		return this.invoke("ShowMakes", {"catType":catType}, this.ShowMakes.getArguments().slice(1));
	},
	GetMakes: function(sclid) {
		return this.invoke("GetMakes", {"sclid":sclid}, this.GetMakes.getArguments().slice(1));
	},
	GetSubCategories: function(myCat) {
		return this.invoke("GetSubCategories", {"myCat":myCat}, this.GetSubCategories.getArguments().slice(1));
	},
	GetCategories: function() {
		return this.invoke("GetCategories", {}, this.GetCategories.getArguments().slice(0));
	},
	GetOnlineCategories: function(rid) {
		return this.invoke("GetOnlineCategories", {"rid":rid}, this.GetOnlineCategories.getArguments().slice(1));
	},
	GetPrintCategories: function(rid, sclid) {
		return this.invoke("GetPrintCategories", {"rid":rid, "sclid":sclid}, this.GetPrintCategories.getArguments().slice(2));
	},
	GetMakesBySclID: function(sclID) {
		return this.invoke("GetMakesBySclID", {"sclID":sclID}, this.GetMakesBySclID.getArguments().slice(1));
	},
	url: '/ajaxpro/DataFeed,App_Code.bgbzgrds.ashx'
}));
DataFeed = new DataFeed_class();

