var fDesc=new Array();
fDesc[0] = "Black Friday Discount Code for Gilisoft: GSBF2024. GiliSoft File Lock Pro is a comprehensive security software that provides users with an array of features to protect their private files and data effectively. Its exclusive features include:
1. Hiding Files/Folders/Drives: Conceal sensitive data to make it invisible and unsearchable, even in Windows Safe Mode.
2. Locking Files/Folders/Drives: Secure files with passwords, ensuring that any new files added to a protected folder inherit the same level of protection. It can also lock folders on USB drives with a master and client password system.
3. Protecting Files/Folders/Drives: Enable read-only access to files while preventing any alterations or deletions without the correct password.
4. Folder/Disk Monitoring: Keep track of changes in specified disks or folders, monitoring any operations carried out by users.
5. Locking LAN Shared Folder: Set passwords for folders shared over a network to restrict access, a feature not natively supported by Windows.
6. File Encryption/Portable Encryption: Utilize AES encryption to convert files and folders into an encrypted GFL or executable (EXE) format, which can be accessed on other computers.
7. File Shredder/Disk Wiper: Securely delete files beyond recovery and clean unused disk space using reliable shredding algorithms.
8. Advanced Settings: Includes an exclude list to omit certain system files or programs from being locked and a log to record all operations.
9. Self-protection Mode: Prevent unauthorized software uninstallation with a password, and hide the program entirely. Additionally, an anti-hack mechanism sends alert notifications after multiple incorrect password attempts.
10. Easy to Use: Lock files and folders with a context menu in Windows Explorer or by dragging and dropping. Lost passwords can be recovered through a pre-defined email.";
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 = '';
}
}