if(typeof Web == "undefined") Web={};
if(typeof Web.usedcar == "undefined") Web.usedcar={};
if(typeof Web.usedcar.Default == "undefined") Web.usedcar.Default={};
Web.usedcar.Default_class = function() {};
Object.extend(Web.usedcar.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModel: function(maker_id) {
		return this.invoke("GetModel", {"maker_id":maker_id}, this.GetModel.getArguments().slice(1));
	},
	GetMakerList: function(gen_id, area_id, shop_id, year_from, year_to, price_from, price_to, flag_1up) {
		return this.invoke("GetMakerList", {"gen_id":gen_id, "area_id":area_id, "shop_id":shop_id, "year_from":year_from, "year_to":year_to, "price_from":price_from, "price_to":price_to, "flag_1up":flag_1up}, this.GetMakerList.getArguments().slice(8));
	},
	GetAreaList: function(gen_id, maker_id, model_id, shop_id, year_from, year_to, price_from, price_to, flag_1up) {
		return this.invoke("GetAreaList", {"gen_id":gen_id, "maker_id":maker_id, "model_id":model_id, "shop_id":shop_id, "year_from":year_from, "year_to":year_to, "price_from":price_from, "price_to":price_to, "flag_1up":flag_1up}, this.GetAreaList.getArguments().slice(9));
	},
	GetShopList: function(gen_id, maker_id, model_id, area_id, year_from, year_to, price_from, price_to, flag_1up) {
		return this.invoke("GetShopList", {"gen_id":gen_id, "maker_id":maker_id, "model_id":model_id, "area_id":area_id, "year_from":year_from, "year_to":year_to, "price_from":price_from, "price_to":price_to, "flag_1up":flag_1up}, this.GetShopList.getArguments().slice(9));
	},
	GetModelList: function(gen_id, maker_id, model_id, area_id, year_from, year_to, price_from, price_to, flag_1up) {
		return this.invoke("GetModelList", {"gen_id":gen_id, "maker_id":maker_id, "model_id":model_id, "area_id":area_id, "year_from":year_from, "year_to":year_to, "price_from":price_from, "price_to":price_to, "flag_1up":flag_1up}, this.GetModelList.getArguments().slice(9));
	},
	url: '/OnixWeb/ajaxpro/Web.usedcar.Default,Web.OnixAdmin.ashx'
}));
Web.usedcar.Default = new Web.usedcar.Default_class();

