var fDesc=new Array(); fDesc[0] = "SharePoint Search and Replace utility enables you to replace hardcoded strings in SharePoint lists, document libraries, web part properties and text-based documents.

Along the process of implementing SharePoint based solutions, configuration changes can lead to a situation where hardcoded strings in the SharePoint information store is either not updated anymore, or even worst - simply wrong, pointing to a wrong location.

KWizCom SharePoint List String Search and Replace will scan your entire SharePoint lists, WebParts and text documents, and will replace the existing strings with your updated chosen string."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }