var SearchGrants = { InsertReportData:function(reportId,strIds,objGridName,strCode,callback,context){return new ajax_request(this.url + '?_method=InsertReportData&_session=no','reportId=' + enc(reportId)+ '\r\nstrIds=' + enc(strIds)+ '\r\nobjGridName=' + enc(objGridName)+ '\r\nstrCode=' + enc(strCode),callback, context);}, ClearLookUpValues:function(reportId,strReportCode,callback,context){return new ajax_request(this.url + '?_method=ClearLookUpValues&_session=no','reportId=' + enc(reportId)+ '\r\nstrReportCode=' + enc(strReportCode),callback, context);}, InsertSearchData:function(reportId,strSearchValue,strType,strGrantStatus,callback,context){return new ajax_request(this.url + '?_method=InsertSearchData&_session=no','reportId=' + enc(reportId)+ '\r\nstrSearchValue=' + enc(strSearchValue)+ '\r\nstrType=' + enc(strType)+ '\r\nstrGrantStatus=' + enc(strGrantStatus),callback, context);}, url:'/MIDC/ajax/WebGrAMS.SearchGrants,WebGrAMS.ashx' }