AJAXSearchForm_class = function() {};
Object.extend(AJAXSearchForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetKeys: function(strManCode, strRangeCode, strModelCode, strBodyCode, strTransCode, strFuelCode, strEmissionsCode) {
		return this.invoke("SetKeys", {"strManCode":strManCode, "strRangeCode":strRangeCode, "strModelCode":strModelCode, "strBodyCode":strBodyCode, "strTransCode":strTransCode, "strFuelCode":strFuelCode, "strEmissionsCode":strEmissionsCode}, this.SetKeys.getArguments().slice(7));
	},
	Man_AfterUpdate: function(strManCode) {
		return this.invoke("Man_AfterUpdate", {"strManCode":strManCode}, this.Man_AfterUpdate.getArguments().slice(1));
	},
	Range_AfterUpdate: function(strRangeCode) {
		return this.invoke("Range_AfterUpdate", {"strRangeCode":strRangeCode}, this.Range_AfterUpdate.getArguments().slice(1));
	},
	Model_AfterUpdate: function(strModelCode) {
		return this.invoke("Model_AfterUpdate", {"strModelCode":strModelCode}, this.Model_AfterUpdate.getArguments().slice(1));
	},
	Body_AfterUpdate: function(strBody) {
		return this.invoke("Body_AfterUpdate", {"strBody":strBody}, this.Body_AfterUpdate.getArguments().slice(1));
	},
	Trans_AfterUpdate: function(strTrans) {
		return this.invoke("Trans_AfterUpdate", {"strTrans":strTrans}, this.Trans_AfterUpdate.getArguments().slice(1));
	},
	Fuel_AfterUpdate: function(strFuel) {
		return this.invoke("Fuel_AfterUpdate", {"strFuel":strFuel}, this.Fuel_AfterUpdate.getArguments().slice(1));
	},
	Emissions_AfterUpdate: function(strEmissions) {
		return this.invoke("Emissions_AfterUpdate", {"strEmissions":strEmissions}, this.Emissions_AfterUpdate.getArguments().slice(1));
	},
	GetBodyTypes: function() {
		return this.invoke("GetBodyTypes", {}, this.GetBodyTypes.getArguments().slice(0));
	},
	GetTransmissionTypes: function() {
		return this.invoke("GetTransmissionTypes", {}, this.GetTransmissionTypes.getArguments().slice(0));
	},
	GetFuelTypes: function() {
		return this.invoke("GetFuelTypes", {}, this.GetFuelTypes.getArguments().slice(0));
	},
	GetEmissionTypes: function() {
		return this.invoke("GetEmissionTypes", {}, this.GetEmissionTypes.getArguments().slice(0));
	},
	url: '/ajaxpro/AJAXSearchForm,App_Web_ehg-e2ct.ashx'
}));
AJAXSearchForm = new AJAXSearchForm_class();

