if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveBuyCar: function(iBuyCarTime, strTargetCar, strLinkMan, strPhone) {
		return this.invoke("SaveBuyCar", {"iBuyCarTime":iBuyCarTime, "strTargetCar":strTargetCar, "strLinkMan":strLinkMan, "strPhone":strPhone}, this.SaveBuyCar.getArguments().slice(4));
	},
	SaveBuyCar1: function(iBuyCarTime, strTargetCar, strLinkMan, strPhone, ApplyProject, ContactTime) {
		return this.invoke("SaveBuyCar1", {"iBuyCarTime":iBuyCarTime, "strTargetCar":strTargetCar, "strLinkMan":strLinkMan, "strPhone":strPhone, "ApplyProject":ApplyProject, "ContactTime":ContactTime}, this.SaveBuyCar1.getArguments().slice(6));
	},
	ReadCarSeries: function(strCarBrandId) {
		return this.invoke("ReadCarSeries", {"strCarBrandId":strCarBrandId}, this.ReadCarSeries.getArguments().slice(1));
	},
	ReadCarSeriesAndModel: function(strCarBrandId) {
		return this.invoke("ReadCarSeriesAndModel", {"strCarBrandId":strCarBrandId}, this.ReadCarSeriesAndModel.getArguments().slice(1));
	},
	AddQuestion: function(Question) {
		return this.invoke("AddQuestion", {"Question":Question}, this.AddQuestion.getArguments().slice(1));
	},
	url: '/ajaxpro/Ajax,App_Code.vi7qssel.ashx'
}));
Ajax = new Ajax_class();

