if(typeof Homekeys == "undefined") Homekeys={};
if(typeof Homekeys.PanelComps_class == "undefined") Homekeys.PanelComps_class={};
Homekeys.PanelComps_class = function() {};
Object.extend(Homekeys.PanelComps_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RetrieveComparables: function(strState, strDataquickId, strMLSId, strMLSListingId, strPropertyType) {
		return this.invoke("RetrieveComparables", {"strState":strState, "strDataquickId":strDataquickId, "strMLSId":strMLSId, "strMLSListingId":strMLSListingId, "strPropertyType":strPropertyType}, this.RetrieveComparables.getArguments().slice(5));
	},
	SortComparables: function(pComps, strSortField, strSortOrder) {
		return this.invoke("SortComparables", {"pComps":pComps, "strSortField":strSortField, "strSortOrder":strSortOrder}, this.SortComparables.getArguments().slice(3));
	},
	PreparePrint: function(strState, strDataquickId, strMLSId, strMLSListingId, strPropertyType) {
		return this.invoke("PreparePrint", {"strState":strState, "strDataquickId":strDataquickId, "strMLSId":strMLSId, "strMLSListingId":strMLSListingId, "strPropertyType":strPropertyType}, this.PreparePrint.getArguments().slice(5));
	},
	url: '/ajaxpro/Homekeys.PanelComps,App_Web_zgkwomvu.ashx'
}));
Homekeys.PanelComps = new Homekeys.PanelComps_class();

