var fDesc=new Array(); fDesc[0] = "File Security Manager allows you assign, view and modify NTFS access permissions (set access rights) in Windows XP Home like in Windows XP Professional. You can easily lock, deny or allow access to files, folders and drives, define advanced permissions.
File Security Manager integrates itself into Windows Explorer and lets you assign permissions for files and folders quickly and easily. You can either follow the simpler way to doing this by using the wizard (which provides useful presets)."; 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 = ''; } }