var fDesc=new Array(); fDesc[0] = "Protect the security of your Windows network with an easy-to-use centralized management solution.
Manage access controls and security on Windows servers, SharePoint, SQL Servers, Exchange and workstations across the enterprise. Centrally grant, revoke, clone, append and overwrite permissions quickly and easily, eliminating the need to multiple tools. Backup, baseline and restore security separate from data. Increase the productivity, accuracy, and integrity of permissions during migrations with functions that address the most commonly experienced data migration problems."; 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 = ''; } }