if(typeof PMap == "undefined") PMap={};
if(typeof PMap.isearch_class == "undefined") PMap.isearch_class={};
PMap.isearch_class = function() {};
Object.extend(PMap.isearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRepAbuseDlg: function(A1) {
		return this.invoke("GetRepAbuseDlg", {"A1":A1}, this.GetRepAbuseDlg.getArguments().slice(1));
	},
	RepAbuse: function(A1, A2, A3) {
		return this.invoke("RepAbuse", {"A1":A1, "A2":A2, "A3":A3}, this.RepAbuse.getArguments().slice(3));
	},
	GetResults: function(A1, A2, A3, A4, A5) {
		return this.invoke("GetResults", {"A1":A1, "A2":A2, "A3":A3, "A4":A4, "A5":A5}, this.GetResults.getArguments().slice(5));
	},
	OpWndSvr: function(A1) {
		return this.invoke("OpWndSvr", {"A1":A1}, this.OpWndSvr.getArguments().slice(1));
	},
	url: '/ajaxpro/PMap.isearch,PMap.ashx'
}));
PMap.isearch = new PMap.isearch_class();

