var fDesc=new Array(); fDesc[0] = "Netwrix Auditor for SharePoint is a comprehensive SharePoint auditing solution that provides complete visibility into farm configuration, user content and security changes, including modifications of permissions and permission inheritance, group membership and security policies. It ensures continuous compliance for PCI, HIPAA, SOX, FISMA and others by quickly accessing required reports from central storage holding data."; 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 = ''; } }