var BusinessMethods = { InsertBulletReply:function(strBulletinReply,strBulletinID,strmode,strUserid,callback,context){return new ajax_request(this.url + '?_method=InsertBulletReply&_session=no','strBulletinReply=' + enc(strBulletinReply)+ '\r\nstrBulletinID=' + enc(strBulletinID)+ '\r\nstrmode=' + enc(strmode)+ '\r\nstrUserid=' + enc(strUserid),callback, context);}, InsertBulletReplyComment:function(strBulletinReplyComment,strReplyID,strUserId,strCommentRating,strReason,callback,context){return new ajax_request(this.url + '?_method=InsertBulletReplyComment&_session=no','strBulletinReplyComment=' + enc(strBulletinReplyComment)+ '\r\nstrReplyID=' + enc(strReplyID)+ '\r\nstrUserId=' + enc(strUserId)+ '\r\nstrCommentRating=' + enc(strCommentRating)+ '\r\nstrReason=' + enc(strReason),callback, context);}, ExpiryDate:function(textDate,callback,context){return new ajax_request(this.url + '?_method=ExpiryDate&_session=no','textDate=' + enc(textDate),callback, context);}, SendEmailTo:function(Recipient,path,callback,context){return new ajax_request(this.url + '?_method=SendEmailTo&_session=no','Recipient=' + enc(Recipient)+ '\r\npath=' + enc(path),callback, context);}, InsertCreateNotes:function(strUserID,intDocumentID,strDocumentType,strDocumentDescription,callback,context){return new ajax_request(this.url + '?_method=InsertCreateNotes&_session=no','strUserID=' + enc(strUserID)+ '\r\nintDocumentID=' + enc(intDocumentID)+ '\r\nstrDocumentType=' + enc(strDocumentType)+ '\r\nstrDocumentDescription=' + enc(strDocumentDescription),callback, context);}, UpdateCreateNotes:function(intCreateNotesID,strUserID,intDocumentID,strDocumentType,strDocumentDescription,callback,context){return new ajax_request(this.url + '?_method=UpdateCreateNotes&_session=no','intCreateNotesID=' + enc(intCreateNotesID)+ '\r\nstrUserID=' + enc(strUserID)+ '\r\nintDocumentID=' + enc(intDocumentID)+ '\r\nstrDocumentType=' + enc(strDocumentType)+ '\r\nstrDocumentDescription=' + enc(strDocumentDescription),callback, context);}, FillJobScheduleDetailsOnEdit:function(strJobName,callback,context){return new ajax_request(this.url + '?_method=FillJobScheduleDetailsOnEdit&_session=rw','strJobName=' + enc(strJobName),callback, context);}, DeleteJobScheduleDetails:function(strjobName,callback,context){return new ajax_request(this.url + '?_method=DeleteJobScheduleDetails&_session=no','strjobName=' + enc(strjobName),callback, context);}, InsertOrUpdateJobScheduleDetails:function(strJobName,strJobDesc,strSqlName,strDate,strUnit,strFrequency,callback,context){return new ajax_request(this.url + '?_method=InsertOrUpdateJobScheduleDetails&_session=rw','strJobName=' + enc(strJobName)+ '\r\nstrJobDesc=' + enc(strJobDesc)+ '\r\nstrSqlName=' + enc(strSqlName)+ '\r\nstrDate=' + enc(strDate)+ '\r\nstrUnit=' + enc(strUnit)+ '\r\nstrFrequency=' + enc(strFrequency),callback, context);}, SelectUserModuleAssign:function(strUserID,callback,context){return new ajax_request(this.url + '?_method=SelectUserModuleAssign&_session=no','strUserID=' + enc(strUserID),callback, context);}, GetDepartmentHeadAlreadyExists:function(intCompanyID,strCountryCode,strStateCode,strCityCode,strLocationCode,strDeptCode,callback,context){return new ajax_request(this.url + '?_method=GetDepartmentHeadAlreadyExists&_session=no','intCompanyID=' + enc(intCompanyID)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDeptCode=' + enc(strDeptCode),callback, context);}, GetProcessHeadCount:function(strProcesshead,callback,context){return new ajax_request(this.url + '?_method=GetProcessHeadCount&_session=no','strProcesshead=' + enc(strProcesshead),callback, context);}, GetActivityHeadCount:function(strProcesshead,strBusinessFlowName,callback,context){return new ajax_request(this.url + '?_method=GetActivityHeadCount&_session=no','strProcesshead=' + enc(strProcesshead)+ '\r\nstrBusinessFlowName=' + enc(strBusinessFlowName),callback, context);}, InsetOrUpdateDocumentUploadDetails:function(strUserId,intCatId,strDocTitle,strDocSubject,intDocVersion,dtExpiry,strHashKeyArray,strPhysicalPathArray,strKeywords,strfileKeywords,intSecurityLevel,intCompanyId,strCountryCode,strStateCode,strCityCode,strLocationCode,strDeptCode,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateDocumentUploadDetails&_session=no','strUserId=' + enc(strUserId)+ '\r\nintCatId=' + enc(intCatId)+ '\r\nstrDocTitle=' + enc(strDocTitle)+ '\r\nstrDocSubject=' + enc(strDocSubject)+ '\r\nintDocVersion=' + enc(intDocVersion)+ '\r\ndtExpiry=' + enc(dtExpiry)+ '\r\nstrHashKeyArray=' + json_from_object(strHashKeyArray)+ '\r\nstrPhysicalPathArray=' + json_from_object(strPhysicalPathArray)+ '\r\nstrKeywords=' + json_from_object(strKeywords)+ '\r\nstrfileKeywords=' + json_from_object(strfileKeywords)+ '\r\nintSecurityLevel=' + enc(intSecurityLevel)+ '\r\nintCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDeptCode=' + enc(strDeptCode),callback, context);}, recalculatehashkey:function(strhashkey,strPathname,callback,context){return new ajax_request(this.url + '?_method=recalculatehashkey&_session=no','strhashkey=' + enc(strhashkey)+ '\r\nstrPathname=' + enc(strPathname),callback, context);}, InsetOrUpdateBusinessDocumentUploadDetails:function(strUserId,intCatId,strDocTitle,strDocSubject,intDocVersion,dtExpiry,strSecurityLevel,strHashKeyArray,strPhysicalPathArray,strKeywords,strfileKeywords,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateBusinessDocumentUploadDetails&_session=no','strUserId=' + enc(strUserId)+ '\r\nintCatId=' + enc(intCatId)+ '\r\nstrDocTitle=' + enc(strDocTitle)+ '\r\nstrDocSubject=' + enc(strDocSubject)+ '\r\nintDocVersion=' + enc(intDocVersion)+ '\r\ndtExpiry=' + enc(dtExpiry)+ '\r\nstrSecurityLevel=' + enc(strSecurityLevel)+ '\r\nstrHashKeyArray=' + json_from_object(strHashKeyArray)+ '\r\nstrPhysicalPathArray=' + json_from_object(strPhysicalPathArray)+ '\r\nstrKeywords=' + json_from_object(strKeywords)+ '\r\nstrfileKeywords=' + json_from_object(strfileKeywords),callback, context);}, InsetOrUpdateKMDocumentUploadDetails:function(strUserId,intCatId,strDocTitle,strDocSubject,intDocVersion,dtExpiry,strHashKeyArray,strPhysicalPathArray,strKeywords,strfileKeywords,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateKMDocumentUploadDetails&_session=no','strUserId=' + enc(strUserId)+ '\r\nintCatId=' + enc(intCatId)+ '\r\nstrDocTitle=' + enc(strDocTitle)+ '\r\nstrDocSubject=' + enc(strDocSubject)+ '\r\nintDocVersion=' + enc(intDocVersion)+ '\r\ndtExpiry=' + enc(dtExpiry)+ '\r\nstrHashKeyArray=' + json_from_object(strHashKeyArray)+ '\r\nstrPhysicalPathArray=' + json_from_object(strPhysicalPathArray)+ '\r\nstrKeywords=' + json_from_object(strKeywords)+ '\r\nstrfileKeywords=' + json_from_object(strfileKeywords),callback, context);}, Getaunthenticity:function(strfilepath,callback,context){return new ajax_request(this.url + '?_method=Getaunthenticity&_session=no','strfilepath=' + enc(strfilepath),callback, context);}, InsetOrUpdateUserProfile:function(strUserId,intUserTypeID,strFirstName,strLastName,dateDOB,strGender,strMaritalStatus,strAddress,strHobbies,strPhotoPath,dblPhoneNo,dblMobileNo,dblFaxNo,strNationality,intCompanyID,strDesignation,strCountryCode,strStateCode,strCityCode,strLocationCode,strDeptCode,strEmail,strPass,strDepartmentHead,intSecurityLevel,expdate,txtEmail,intGrade,strReporting,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateUserProfile&_session=no','strUserId=' + enc(strUserId)+ '\r\nintUserTypeID=' + enc(intUserTypeID)+ '\r\nstrFirstName=' + enc(strFirstName)+ '\r\nstrLastName=' + enc(strLastName)+ '\r\ndateDOB=' + enc(dateDOB)+ '\r\nstrGender=' + enc(strGender)+ '\r\nstrMaritalStatus=' + enc(strMaritalStatus)+ '\r\nstrAddress=' + enc(strAddress)+ '\r\nstrHobbies=' + enc(strHobbies)+ '\r\nstrPhotoPath=' + enc(strPhotoPath)+ '\r\ndblPhoneNo=' + enc(dblPhoneNo)+ '\r\ndblMobileNo=' + enc(dblMobileNo)+ '\r\ndblFaxNo=' + enc(dblFaxNo)+ '\r\nstrNationality=' + enc(strNationality)+ '\r\nintCompanyID=' + enc(intCompanyID)+ '\r\nstrDesignation=' + enc(strDesignation)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDeptCode=' + enc(strDeptCode)+ '\r\nstrEmail=' + enc(strEmail)+ '\r\nstrPass=' + enc(strPass)+ '\r\nstrDepartmentHead=' + enc(strDepartmentHead)+ '\r\nintSecurityLevel=' + enc(intSecurityLevel)+ '\r\nexpdate=' + enc(expdate)+ '\r\ntxtEmail=' + enc(txtEmail)+ '\r\nintGrade=' + enc(intGrade)+ '\r\nstrReporting=' + enc(strReporting),callback, context);}, InsetKMUrlDetails:function(strUrlName,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=InsetKMUrlDetails&_session=no','strUrlName=' + enc(strUrlName)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, InsertOrUpdateIdeaDetails:function(intIdeaIds,strUserId,strIdeaDescription,IntSubjectId,dtPostedDateT,strMode,intParentCatID,strCatStatus,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=InsertOrUpdateIdeaDetails&_session=no','intIdeaIds=' + enc(intIdeaIds)+ '\r\nstrUserId=' + enc(strUserId)+ '\r\nstrIdeaDescription=' + enc(strIdeaDescription)+ '\r\nIntSubjectId=' + enc(IntSubjectId)+ '\r\ndtPostedDateT=' + enc(dtPostedDateT)+ '\r\nstrMode=' + enc(strMode)+ '\r\nintParentCatID=' + enc(intParentCatID)+ '\r\nstrCatStatus=' + enc(strCatStatus)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, Ins:function(i,callback,context){return new ajax_request(this.url + '?_method=Ins&_session=no','i=' + enc(i),callback, context);}, AlreadyExistsCountryName:function(strCountryCode,strCountryName,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsCountryName&_session=no','strCountryCode=' + enc(strCountryCode)+ '\r\nstrCountryName=' + enc(strCountryName)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, InsetOrUpdateCountryDetails:function(strCountryCode,strCountryName,strMode,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateCountryDetails&_session=no','strCountryCode=' + enc(strCountryCode)+ '\r\nstrCountryName=' + enc(strCountryName)+ '\r\nstrMode=' + enc(strMode),callback, context);}, AlreadyExistsLocationName:function(strLocationCode,strLocationName,strCityCode,strStateCode,strCountryCode,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsLocationName&_session=no','strLocationCode=' + enc(strLocationCode)+ '\r\nstrLocationName=' + enc(strLocationName)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, InsetOrUpdateLocationDetails:function(strLocationCode,strLocationName,strCityCode,strStateCode,strCountryCode,strMode,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateLocationDetails&_session=no','strLocationCode=' + enc(strLocationCode)+ '\r\nstrLocationName=' + enc(strLocationName)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrMode=' + enc(strMode),callback, context);}, AlreadyExistsCityName:function(strCityCode,strCityName,strStateCode,strCountryCode,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsCityName&_session=no','strCityCode=' + enc(strCityCode)+ '\r\nstrCityName=' + enc(strCityName)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, InsetOrUpdateCityDetails:function(strCityCode,strCityName,strStateCode,strCountryCode,strMode,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateCityDetails&_session=no','strCityCode=' + enc(strCityCode)+ '\r\nstrCityName=' + enc(strCityName)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrMode=' + enc(strMode),callback, context);}, AlreadyExistsStateName:function(strStateCode,strStateName,strCountryCode,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsStateName&_session=no','strStateCode=' + enc(strStateCode)+ '\r\nstrStateName=' + enc(strStateName)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, InsetOrUpdateStateDetails:function(strStateCode,strStateName,strCountryCode,strMode,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateStateDetails&_session=no','strStateCode=' + enc(strStateCode)+ '\r\nstrStateName=' + enc(strStateName)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrMode=' + enc(strMode),callback, context);}, SelectContextMeaning:function(strContextWord,callback,context){return new ajax_request(this.url + '?_method=SelectContextMeaning&_session=no','strContextWord=' + enc(strContextWord),callback, context);}, AlreadyExistsDepartmentName:function(strDeptCode,strDeptName,intCompanyId,strCountryCode,strStateCode,strCityCode,strLocationCode,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsDepartmentName&_session=no','strDeptCode=' + enc(strDeptCode)+ '\r\nstrDeptName=' + enc(strDeptName)+ '\r\nintCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, InsertOrUpdateDepartmentDetails:function(strDeptCode,strDeptName,strCompanyName,strCountryName,strStateName,strCityName,strLocationName,strMode,callback,context){return new ajax_request(this.url + '?_method=InsertOrUpdateDepartmentDetails&_session=no','strDeptCode=' + enc(strDeptCode)+ '\r\nstrDeptName=' + enc(strDeptName)+ '\r\nstrCompanyName=' + enc(strCompanyName)+ '\r\nstrCountryName=' + enc(strCountryName)+ '\r\nstrStateName=' + enc(strStateName)+ '\r\nstrCityName=' + enc(strCityName)+ '\r\nstrLocationName=' + enc(strLocationName)+ '\r\nstrMode=' + enc(strMode),callback, context);}, AlreadyExistsUserName:function(strUserID,strFirstName,intCompanyID,strDesignation,strCountryCode,strStateCode,strCityCode,strLocationCode,strDepartmentCode,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsUserName&_session=no','strUserID=' + enc(strUserID)+ '\r\nstrFirstName=' + enc(strFirstName)+ '\r\nintCompanyID=' + enc(intCompanyID)+ '\r\nstrDesignation=' + enc(strDesignation)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDepartmentCode=' + enc(strDepartmentCode)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, GetCompanyId:function(strCompanyName,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=GetCompanyId&_session=no','strCompanyName=' + enc(strCompanyName)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, InsetOrUpdateUserDetails1:function(strUserID,strFirstName,intCompanyID,intUserTypeID,strDesignation,strCountryCode,strStateCode,strCityCode,strLocationCode,strDepartmentCode,strGroupArray,strModuleArray,strDepartmentHead,intSecurityLevel,strMode,strMaintainPassword,lstTopicValue,lstKMTopicValue,lstRMTopicValue,dtExpiryDate,txtEmailId,intGrade,strReportingManager,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateUserDetails1&_session=no','strUserID=' + enc(strUserID)+ '\r\nstrFirstName=' + enc(strFirstName)+ '\r\nintCompanyID=' + enc(intCompanyID)+ '\r\nintUserTypeID=' + enc(intUserTypeID)+ '\r\nstrDesignation=' + enc(strDesignation)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDepartmentCode=' + enc(strDepartmentCode)+ '\r\nstrGroupArray=' + json_from_object(strGroupArray)+ '\r\nstrModuleArray=' + json_from_object(strModuleArray)+ '\r\nstrDepartmentHead=' + enc(strDepartmentHead)+ '\r\nintSecurityLevel=' + enc(intSecurityLevel)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrMaintainPassword=' + enc(strMaintainPassword)+ '\r\nlstTopicValue=' + json_from_object(lstTopicValue)+ '\r\nlstKMTopicValue=' + json_from_object(lstKMTopicValue)+ '\r\nlstRMTopicValue=' + json_from_object(lstRMTopicValue)+ '\r\ndtExpiryDate=' + enc(dtExpiryDate)+ '\r\ntxtEmailId=' + enc(txtEmailId)+ '\r\nintGrade=' + enc(intGrade)+ '\r\nstrReportingManager=' + enc(strReportingManager),callback, context);}, InsetOrUpdateUserDetails:function(strUserID,strFirstName,intCompanyID,intUserTypeID,strDesignation,strCountryCode,strStateCode,strCityCode,strLocationCode,strDepartmentCode,strGroupArray,strModuleArray,strDepartmentHead,intSecurityLevel,strMode,strMaintainPassword,lstTopicValue,dtExpiryDate,txtEmailId,intGrade,strReportingManager,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateUserDetails&_session=no','strUserID=' + enc(strUserID)+ '\r\nstrFirstName=' + enc(strFirstName)+ '\r\nintCompanyID=' + enc(intCompanyID)+ '\r\nintUserTypeID=' + enc(intUserTypeID)+ '\r\nstrDesignation=' + enc(strDesignation)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDepartmentCode=' + enc(strDepartmentCode)+ '\r\nstrGroupArray=' + json_from_object(strGroupArray)+ '\r\nstrModuleArray=' + json_from_object(strModuleArray)+ '\r\nstrDepartmentHead=' + enc(strDepartmentHead)+ '\r\nintSecurityLevel=' + enc(intSecurityLevel)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrMaintainPassword=' + enc(strMaintainPassword)+ '\r\nlstTopicValue=' + json_from_object(lstTopicValue)+ '\r\ndtExpiryDate=' + enc(dtExpiryDate)+ '\r\ntxtEmailId=' + enc(txtEmailId)+ '\r\nintGrade=' + enc(intGrade)+ '\r\nstrReportingManager=' + enc(strReportingManager),callback, context);}, FillUserDetailsOnEdit:function(strUserID,callback,context){return new ajax_request(this.url + '?_method=FillUserDetailsOnEdit&_session=no','strUserID=' + enc(strUserID),callback, context);}, getUserInformation:function(strUserID,callback,context){return new ajax_request(this.url + '?_method=getUserInformation&_session=no','strUserID=' + enc(strUserID),callback, context);}, AlreadyExistsCategoryName1:function(strCategoryName,strCategoryDesc,strCategoryParentID,strMode,strEditValue,strCateId,strCompanyID,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsCategoryName1&_session=no','strCategoryName=' + enc(strCategoryName)+ '\r\nstrCategoryDesc=' + enc(strCategoryDesc)+ '\r\nstrCategoryParentID=' + enc(strCategoryParentID)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue)+ '\r\nstrCateId=' + enc(strCateId)+ '\r\nstrCompanyID=' + enc(strCompanyID),callback, context);}, AlreadyExistsCategoryName:function(strCategoryName,strCategoryDesc,strCategoryParentID,strMode,strEditValue,strCateId,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsCategoryName&_session=no','strCategoryName=' + enc(strCategoryName)+ '\r\nstrCategoryDesc=' + enc(strCategoryDesc)+ '\r\nstrCategoryParentID=' + enc(strCategoryParentID)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue)+ '\r\nstrCateId=' + enc(strCateId)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, AlreadyExistsKMCategoryName:function(strCategoryName,strCategoryDesc,strCategoryParentID,strMode,strEditValue,strCateId,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsKMCategoryName&_session=no','strCategoryName=' + enc(strCategoryName)+ '\r\nstrCategoryDesc=' + enc(strCategoryDesc)+ '\r\nstrCategoryParentID=' + enc(strCategoryParentID)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue)+ '\r\nstrCateId=' + enc(strCateId)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, InsetOrUpdateCategoryDetails1:function(strCategoryID,strCategoryName,strCategoryDesc,strCategoryParentID,strMode,strUserId,strCompanyID,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateCategoryDetails1&_session=no','strCategoryID=' + enc(strCategoryID)+ '\r\nstrCategoryName=' + enc(strCategoryName)+ '\r\nstrCategoryDesc=' + enc(strCategoryDesc)+ '\r\nstrCategoryParentID=' + enc(strCategoryParentID)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrUserId=' + enc(strUserId)+ '\r\nstrCompanyID=' + enc(strCompanyID),callback, context);}, InsetOrUpdateCategoryDetails:function(strCategoryID,strCategoryName,strCategoryDesc,strCategoryParentID,strMode,strUserId,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateCategoryDetails&_session=no','strCategoryID=' + enc(strCategoryID)+ '\r\nstrCategoryName=' + enc(strCategoryName)+ '\r\nstrCategoryDesc=' + enc(strCategoryDesc)+ '\r\nstrCategoryParentID=' + enc(strCategoryParentID)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrUserId=' + enc(strUserId)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, InsetOrUpdateKMCategoryDetails:function(strCategoryID,strCategoryName,strCategoryDesc,strCategoryParentID,strMode,strCreatorName,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateKMCategoryDetails&_session=no','strCategoryID=' + enc(strCategoryID)+ '\r\nstrCategoryName=' + enc(strCategoryName)+ '\r\nstrCategoryDesc=' + enc(strCategoryDesc)+ '\r\nstrCategoryParentID=' + enc(strCategoryParentID)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrCreatorName=' + enc(strCreatorName)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, AlreadyExistsCompanyName:function(strCompanyName,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsCompanyName&_session=no','strCompanyName=' + enc(strCompanyName)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, AlreadyExistsSecurityLevelDetails:function(strSecuritylevelName,strMode,strEditValue,strPriority,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsSecurityLevelDetails&_session=no','strSecuritylevelName=' + enc(strSecuritylevelName)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue)+ '\r\nstrPriority=' + enc(strPriority),callback, context);}, InsetOrUpdateCompanyDetails:function(intCompanyId,intCompanyLocId,strCompanyName,strCompanyLocAddress,strCompanyDesci,strCompanyphone,strCompanyFaxNo,strCompanyEmailId,strCompanyWebsite,strCompanyCountryCode,strCompanyStateCode,strCompanyCityCode,strCompanyLocationCode,strMode,callback,context){return new ajax_request(this.url + '?_method=InsetOrUpdateCompanyDetails&_session=no','intCompanyId=' + enc(intCompanyId)+ '\r\nintCompanyLocId=' + enc(intCompanyLocId)+ '\r\nstrCompanyName=' + enc(strCompanyName)+ '\r\nstrCompanyLocAddress=' + enc(strCompanyLocAddress)+ '\r\nstrCompanyDesci=' + enc(strCompanyDesci)+ '\r\nstrCompanyphone=' + enc(strCompanyphone)+ '\r\nstrCompanyFaxNo=' + enc(strCompanyFaxNo)+ '\r\nstrCompanyEmailId=' + enc(strCompanyEmailId)+ '\r\nstrCompanyWebsite=' + enc(strCompanyWebsite)+ '\r\nstrCompanyCountryCode=' + enc(strCompanyCountryCode)+ '\r\nstrCompanyStateCode=' + enc(strCompanyStateCode)+ '\r\nstrCompanyCityCode=' + enc(strCompanyCityCode)+ '\r\nstrCompanyLocationCode=' + enc(strCompanyLocationCode)+ '\r\nstrMode=' + enc(strMode),callback, context);}, InsertOrUpdateSecurityLevelDetails:function(strSecurityLevelName,strSecuritylevelDescription,strMode,intSecuritylevelPk,strPriority,callback,context){return new ajax_request(this.url + '?_method=InsertOrUpdateSecurityLevelDetails&_session=no','strSecurityLevelName=' + enc(strSecurityLevelName)+ '\r\nstrSecuritylevelDescription=' + enc(strSecuritylevelDescription)+ '\r\nstrMode=' + enc(strMode)+ '\r\nintSecuritylevelPk=' + enc(intSecuritylevelPk)+ '\r\nstrPriority=' + enc(strPriority),callback, context);}, InsertNewQuestion:function(strUserID,intSubjectID,strAbout,strQuestion,callback,context){return new ajax_request(this.url + '?_method=InsertNewQuestion&_session=no','strUserID=' + enc(strUserID)+ '\r\nintSubjectID=' + enc(intSubjectID)+ '\r\nstrAbout=' + enc(strAbout)+ '\r\nstrQuestion=' + enc(strQuestion),callback, context);}, InsertNewBulletinQuestion:function(strUserID,strSubjectID,strAbout,strBulletinQuestion,strQueId,strRepId,status,callback,context){return new ajax_request(this.url + '?_method=InsertNewBulletinQuestion&_session=no','strUserID=' + enc(strUserID)+ '\r\nstrSubjectID=' + enc(strSubjectID)+ '\r\nstrAbout=' + enc(strAbout)+ '\r\nstrBulletinQuestion=' + enc(strBulletinQuestion)+ '\r\nstrQueId=' + enc(strQueId)+ '\r\nstrRepId=' + enc(strRepId)+ '\r\nstatus=' + enc(status),callback, context);}, getBusinessHeadforusersByCompanyID:function(strUserId,strCompanyID,callback,context){return new ajax_request(this.url + '?_method=getBusinessHeadforusersByCompanyID&_session=no','strUserId=' + enc(strUserId)+ '\r\nstrCompanyID=' + enc(strCompanyID),callback, context);}, getBusinessHeadforusers:function(strUserId,callback,context){return new ajax_request(this.url + '?_method=getBusinessHeadforusers&_session=no','strUserId=' + enc(strUserId),callback, context);}, getFlowIdFromDeptCodes:function(callback,context){return new ajax_request(this.url + '?_method=getFlowIdFromDeptCodes&_session=r','',callback, context);}, getDeptCode:function(callback,context){return new ajax_request(this.url + '?_method=getDeptCode&_session=r','',callback, context);}, saveUserId:function(value,callback,context){return new ajax_request(this.url + '?_method=saveUserId&_session=rw','value=' + enc(value),callback, context);}, LoadProjectDetails:function(intProjectId,callback,context){return new ajax_request(this.url + '?_method=LoadProjectDetails&_session=no','intProjectId=' + enc(intProjectId),callback, context);}, LoadDetails:function(intphaseId,callback,context){return new ajax_request(this.url + '?_method=LoadDetails&_session=no','intphaseId=' + enc(intphaseId),callback, context);}, InsertIdeaComments:function(strComment,strIdeaID,strUserid,strRating,strReason,callback,context){return new ajax_request(this.url + '?_method=InsertIdeaComments&_session=no','strComment=' + enc(strComment)+ '\r\nstrIdeaID=' + enc(strIdeaID)+ '\r\nstrUserid=' + enc(strUserid)+ '\r\nstrRating=' + enc(strRating)+ '\r\nstrReason=' + enc(strReason),callback, context);}, InsertNewAnswer:function(intQuestionId,strAnswerDetail,strAnsweredBy,dtmTimeStamp,callback,context){return new ajax_request(this.url + '?_method=InsertNewAnswer&_session=no','intQuestionId=' + enc(intQuestionId)+ '\r\nstrAnswerDetail=' + enc(strAnswerDetail)+ '\r\nstrAnsweredBy=' + enc(strAnsweredBy)+ '\r\ndtmTimeStamp=' + enc(dtmTimeStamp),callback, context);}, fillStateForSelectedCountryDetailsAjax:function(strCountryCode,callback,context){return new ajax_request(this.url + '?_method=fillStateForSelectedCountryDetailsAjax&_session=no','strCountryCode=' + enc(strCountryCode),callback, context);}, fillCityForSelectedStateDetailsAjax:function(strStateCode,strCountryCode,callback,context){return new ajax_request(this.url + '?_method=fillCityForSelectedStateDetailsAjax&_session=no','strStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode),callback, context);}, fillLocationForSelectedCityDetailsAjax:function(strCityCode,strStateCode,strCountryCode,callback,context){return new ajax_request(this.url + '?_method=fillLocationForSelectedCityDetailsAjax&_session=no','strCityCode=' + enc(strCityCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode),callback, context);}, loadCompanyLocForSelectedCompanyId:function(intCompanyId,callback,context){return new ajax_request(this.url + '?_method=loadCompanyLocForSelectedCompanyId&_session=no','intCompanyId=' + enc(intCompanyId),callback, context);}, loadKMInterestGroupForSelectedCompanyId:function(intCompanyId,callback,context){return new ajax_request(this.url + '?_method=loadKMInterestGroupForSelectedCompanyId&_session=no','intCompanyId=' + enc(intCompanyId),callback, context);}, loadBCSInterestGroupForSelectedCompanyId:function(intCompanyId,callback,context){return new ajax_request(this.url + '?_method=loadBCSInterestGroupForSelectedCompanyId&_session=no','intCompanyId=' + enc(intCompanyId),callback, context);}, loadRMInterestGroupForSelectedCompanyId:function(intCompanyId,callback,context){return new ajax_request(this.url + '?_method=loadRMInterestGroupForSelectedCompanyId&_session=no','intCompanyId=' + enc(intCompanyId),callback, context);}, loadStateForSelectedCountryDetails:function(intCompanyId,strCountryCode,callback,context){return new ajax_request(this.url + '?_method=loadStateForSelectedCountryDetails&_session=no','intCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode),callback, context);}, loadCityForSelectedStateDetails:function(intCompanyId,strCountryCode,strStateCode,callback,context){return new ajax_request(this.url + '?_method=loadCityForSelectedStateDetails&_session=no','intCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode),callback, context);}, loadReportingManager1:function(intGrade,CompanyID,callback,context){return new ajax_request(this.url + '?_method=loadReportingManager1&_session=no','intGrade=' + enc(intGrade)+ '\r\nCompanyID=' + enc(CompanyID),callback, context);}, loadReportingManager:function(intGrade,callback,context){return new ajax_request(this.url + '?_method=loadReportingManager&_session=no','intGrade=' + enc(intGrade),callback, context);}, loadEsculatingManager:function(strProcessHead,callback,context){return new ajax_request(this.url + '?_method=loadEsculatingManager&_session=no','strProcessHead=' + enc(strProcessHead),callback, context);}, loadLocationForSelectedCityDetails:function(intCompanyId,strCountryCode,strStateCode,strCityCode,callback,context){return new ajax_request(this.url + '?_method=loadLocationForSelectedCityDetails&_session=no','intCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode),callback, context);}, loadDepartmentForSelectedLocation:function(intCompanyId,strLocationCode,strCityCode,strStateCode,strCountryCode,callback,context){return new ajax_request(this.url + '?_method=loadDepartmentForSelectedLocation&_session=no','intCompanyId=' + enc(intCompanyId)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCountryCode=' + enc(strCountryCode),callback, context);}, loadCompanyDetails:function(callback,context){return new ajax_request(this.url + '?_method=loadCompanyDetails&_session=no','',callback, context);}, loadPhaseForSelectedProjectDetails:function(intProjectId,callback,context){return new ajax_request(this.url + '?_method=loadPhaseForSelectedProjectDetails&_session=no','intProjectId=' + enc(intProjectId),callback, context);}, LoadUserModule:function(callback,context){return new ajax_request(this.url + '?_method=LoadUserModule&_session=no','',callback, context);}, BusinessFlowsins:function(strFlowName,strparentFlowId,cFlowType,strFlowDescription,strFlowHead,strFlowEsculatingManager,intDuration,strKeywords,intCompanyId,strCountryCode,strStateCode,strCityCode,strLocationCode,strDeptCode,intProcess,intActivity,intTransaction,intPrevious,strUserName,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=BusinessFlowsins&_session=no','strFlowName=' + enc(strFlowName)+ '\r\nstrparentFlowId=' + enc(strparentFlowId)+ '\r\ncFlowType=' + enc(cFlowType)+ '\r\nstrFlowDescription=' + enc(strFlowDescription)+ '\r\nstrFlowHead=' + enc(strFlowHead)+ '\r\nstrFlowEsculatingManager=' + enc(strFlowEsculatingManager)+ '\r\nintDuration=' + enc(intDuration)+ '\r\nstrKeywords=' + json_from_object(strKeywords)+ '\r\nintCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDeptCode=' + enc(strDeptCode)+ '\r\nintProcess=' + enc(intProcess)+ '\r\nintActivity=' + enc(intActivity)+ '\r\nintTransaction=' + enc(intTransaction)+ '\r\nintPrevious=' + enc(intPrevious)+ '\r\nstrUserName=' + enc(strUserName)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, BusinessFlowsUpd1:function(strFlowId,strFlowName,strparentFlowId,cFlowType,strFlowDescription,strFlowHead,strFlowEsculatingManager,intDuration,strKeywords,intCompanyId,strCountryCode,strStateCode,strCityCode,strLocationCode,strDeptCode,intProcess,intActivity,intTransaction,intPrevious,intchkPrevious,strUserName,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=BusinessFlowsUpd1&_session=no','strFlowId=' + enc(strFlowId)+ '\r\nstrFlowName=' + enc(strFlowName)+ '\r\nstrparentFlowId=' + enc(strparentFlowId)+ '\r\ncFlowType=' + enc(cFlowType)+ '\r\nstrFlowDescription=' + enc(strFlowDescription)+ '\r\nstrFlowHead=' + enc(strFlowHead)+ '\r\nstrFlowEsculatingManager=' + enc(strFlowEsculatingManager)+ '\r\nintDuration=' + enc(intDuration)+ '\r\nstrKeywords=' + json_from_object(strKeywords)+ '\r\nintCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDeptCode=' + enc(strDeptCode)+ '\r\nintProcess=' + enc(intProcess)+ '\r\nintActivity=' + enc(intActivity)+ '\r\nintTransaction=' + enc(intTransaction)+ '\r\nintPrevious=' + enc(intPrevious)+ '\r\nintchkPrevious=' + enc(intchkPrevious)+ '\r\nstrUserName=' + enc(strUserName)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, BusinessFlowsUpd:function(strFlowId,strFlowName,strparentFlowId,cFlowType,strFlowDescription,strFlowHead,strFlowEsculatingManager,intDuration,strKeywords,intCompanyId,strCountryCode,strStateCode,strCityCode,strLocationCode,strDeptCode,intProcess,intActivity,intTransaction,intPrevious,intchkPrevious,strUserName,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=BusinessFlowsUpd&_session=no','strFlowId=' + enc(strFlowId)+ '\r\nstrFlowName=' + enc(strFlowName)+ '\r\nstrparentFlowId=' + enc(strparentFlowId)+ '\r\ncFlowType=' + enc(cFlowType)+ '\r\nstrFlowDescription=' + enc(strFlowDescription)+ '\r\nstrFlowHead=' + enc(strFlowHead)+ '\r\nstrFlowEsculatingManager=' + enc(strFlowEsculatingManager)+ '\r\nintDuration=' + enc(intDuration)+ '\r\nstrKeywords=' + json_from_object(strKeywords)+ '\r\nintCompanyId=' + enc(intCompanyId)+ '\r\nstrCountryCode=' + enc(strCountryCode)+ '\r\nstrStateCode=' + enc(strStateCode)+ '\r\nstrCityCode=' + enc(strCityCode)+ '\r\nstrLocationCode=' + enc(strLocationCode)+ '\r\nstrDeptCode=' + enc(strDeptCode)+ '\r\nintProcess=' + enc(intProcess)+ '\r\nintActivity=' + enc(intActivity)+ '\r\nintTransaction=' + enc(intTransaction)+ '\r\nintPrevious=' + enc(intPrevious)+ '\r\nintchkPrevious=' + enc(intchkPrevious)+ '\r\nstrUserName=' + enc(strUserName)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, AlreadyExistsIntFlowName1:function(strFlowName,strParentId,strMode,strEditValue,strCompanyID,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsIntFlowName1&_session=no','strFlowName=' + enc(strFlowName)+ '\r\nstrParentId=' + enc(strParentId)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue)+ '\r\nstrCompanyID=' + enc(strCompanyID),callback, context);}, AlreadyExistsIntFlowName:function(strFlowName,strParentId,strMode,strEditValue,callback,context){return new ajax_request(this.url + '?_method=AlreadyExistsIntFlowName&_session=no','strFlowName=' + enc(strFlowName)+ '\r\nstrParentId=' + enc(strParentId)+ '\r\nstrMode=' + enc(strMode)+ '\r\nstrEditValue=' + enc(strEditValue),callback, context);}, loadProcessDetails:function(strDeptCode,strCompanyId,callback,context){return new ajax_request(this.url + '?_method=loadProcessDetails&_session=no','strDeptCode=' + enc(strDeptCode)+ '\r\nstrCompanyId=' + enc(strCompanyId),callback, context);}, loadActivityDetails:function(intProcessId,strCtype,callback,context){return new ajax_request(this.url + '?_method=loadActivityDetails&_session=no','intProcessId=' + enc(intProcessId)+ '\r\nstrCtype=' + enc(strCtype),callback, context);}, savePathandHashKeyValues:function(hashKey,pathValue,fileKeywords,callback,context){return new ajax_request(this.url + '?_method=savePathandHashKeyValues&_session=rw','hashKey=' + enc(hashKey)+ '\r\npathValue=' + enc(pathValue)+ '\r\nfileKeywords=' + enc(fileKeywords),callback, context);}, checkFileStatus:function(callback,context){return new ajax_request(this.url + '?_method=checkFileStatus&_session=r','',callback, context);}, getFileKeywords:function(callback,context){return new ajax_request(this.url + '?_method=getFileKeywords&_session=r','',callback, context);}, getHashKeyValues:function(callback,context){return new ajax_request(this.url + '?_method=getHashKeyValues&_session=r','',callback, context);}, getPathValues:function(callback,context){return new ajax_request(this.url + '?_method=getPathValues&_session=r','',callback, context);}, LoadSecurityDetails:function(callback,context){return new ajax_request(this.url + '?_method=LoadSecurityDetails&_session=no','',callback, context);}, FillKnowledgeDetailsOnEdit1:function(intKnowledgeID,callback,context){return new ajax_request(this.url + '?_method=FillKnowledgeDetailsOnEdit1&_session=no','intKnowledgeID=' + enc(intKnowledgeID),callback, context);}, FillBugSolDetailsOnEdit1:function(intKnowledgeID,callback,context){return new ajax_request(this.url + '?_method=FillBugSolDetailsOnEdit1&_session=no','intKnowledgeID=' + enc(intKnowledgeID),callback, context);}, FillLearnedDetailsOnEdit1:function(intKnowledgeID,callback,context){return new ajax_request(this.url + '?_method=FillLearnedDetailsOnEdit1&_session=no','intKnowledgeID=' + enc(intKnowledgeID),callback, context);}, FillImprovementDetailsOnEdit1:function(intKnowledgeID,callback,context){return new ajax_request(this.url + '?_method=FillImprovementDetailsOnEdit1&_session=no','intKnowledgeID=' + enc(intKnowledgeID),callback, context);}, FillExpertDetailsOnEdit1:function(intKnowledgeID,callback,context){return new ajax_request(this.url + '?_method=FillExpertDetailsOnEdit1&_session=no','intKnowledgeID=' + enc(intKnowledgeID),callback, context);}, FillUploadsDetailsOnEdit1:function(intKnowledgeID,callback,context){return new ajax_request(this.url + '?_method=FillUploadsDetailsOnEdit1&_session=no','intKnowledgeID=' + enc(intKnowledgeID),callback, context);}, BackupInsertorUpdateLearningKnowledgedetails:function(intKnowledgeId,intProjectId,intPhaseId,strUserId,strIssues,intIndividualErr,Mode,objErr,objLearn,objImprove,objExpert,objUpload,callback,context){return new ajax_request(this.url + '?_method=BackupInsertorUpdateLearningKnowledgedetails&_session=no','intKnowledgeId=' + enc(intKnowledgeId)+ '\r\nintProjectId=' + enc(intProjectId)+ '\r\nintPhaseId=' + enc(intPhaseId)+ '\r\nstrUserId=' + enc(strUserId)+ '\r\nstrIssues=' + enc(strIssues)+ '\r\nintIndividualErr=' + enc(intIndividualErr)+ '\r\nMode=' + enc(Mode)+ '\r\nobjErr=' + json_from_object(objErr)+ '\r\nobjLearn=' + json_from_object(objLearn)+ '\r\nobjImprove=' + json_from_object(objImprove)+ '\r\nobjExpert=' + json_from_object(objExpert)+ '\r\nobjUpload=' + json_from_object(objUpload),callback, context);}, url:'/vbwrapper/SSG.EDCKMS.BusinessMethods,App_Code.ashx' }