var fDesc=new Array(); fDesc[0] = "Quickly and easily locate files that are not inheriting permissions or have additional explicit permissions

File Permissions Check provides a simple and intuitive GUI that you can use to scan your file shares to discover files that are not compliant with the permissions you have placed on your folders. Once such files have been located by the program, you have the option to set them back to inheriting permissions and remove any explicit permissions on them."; 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 = ''; } }