if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.SearchFormAjax == "undefined") GreenhouseCustom.SearchFormAjax={};
GreenhouseCustom.SearchFormAjax_class = function() {};
Object.extend(GreenhouseCustom.SearchFormAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordObject: function() {
		return this.invoke("GetRecordObject", {}, this.GetRecordObject.getArguments().slice(0));
	},
	UpdateSubCategory: function(oRecord) {
		return this.invoke("UpdateSubCategory", {"oRecord":oRecord}, this.UpdateSubCategory.getArguments().slice(1));
	},
	url: '/ajaxpro/GreenhouseCustom.SearchFormAjax,GreenhouseCustom.ashx'
}));
GreenhouseCustom.SearchFormAjax = new GreenhouseCustom.SearchFormAjax_class();


