addNamespace("Templates_uc_SearchResultPSPS");
Templates_uc_SearchResultPSPS_class = function() {};
Object.extend(Templates_uc_SearchResultPSPS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	displayItem: function(rec, selectQry) {
		return this.invoke("displayItem", {"rec":rec, "selectQry":selectQry}, this.displayItem.getArguments().slice(2));
	},
	GetPaging: function(strPgNumber, selectQry) {
		return this.invoke("GetPaging", {"strPgNumber":strPgNumber, "selectQry":selectQry}, this.GetPaging.getArguments().slice(2));
	},
	GetTotalRecords: function(selectQry) {
		return this.invoke("GetTotalRecords", {"selectQry":selectQry}, this.GetTotalRecords.getArguments().slice(1));
	},
	show_detail: function(item_id) {
		return this.invoke("show_detail", {"item_id":item_id}, this.show_detail.getArguments().slice(1));
	},
	GetToolTip: function(item_ID, pos) {
		return this.invoke("GetToolTip", {"item_ID":item_ID, "pos":pos}, this.GetToolTip.getArguments().slice(2));
	},
	setCompareDiaIds: function(diaids) {
		return this.invoke("setCompareDiaIds", {"diaids":diaids}, this.setCompareDiaIds.getArguments().slice(1));
	},
	url: '/ajaxpro/Templates_uc_SearchResultPSPS,App_Web_searchresultpsps.ascx.7d4e2e5c.nmp3rzjd.ashx'
}));
Templates_uc_SearchResultPSPS = new Templates_uc_SearchResultPSPS_class();

