if(typeof Homekeys == "undefined") Homekeys={};
if(typeof Homekeys.PanelDetails_class == "undefined") Homekeys.PanelDetails_class={};
Homekeys.PanelDetails_class = function() {};
Object.extend(Homekeys.PanelDetails_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PerformSearch: function(strState, strMLSId, strListingId, strListingType) {
		return this.invoke("PerformSearch", {"strState":strState, "strMLSId":strMLSId, "strListingId":strListingId, "strListingType":strListingType}, this.PerformSearch.getArguments().slice(4));
	},
	SearchCountyRecord: function(strState, strDataquickId, strListingType) {
		return this.invoke("SearchCountyRecord", {"strState":strState, "strDataquickId":strDataquickId, "strListingType":strListingType}, this.SearchCountyRecord.getArguments().slice(3));
	},
	url: '/ajaxpro/Homekeys.PanelDetails,App_Web_l5ymbzoq.ashx'
}));
Homekeys.PanelDetails = new Homekeys.PanelDetails_class();

