var fDesc=new Array();
fDesc[0] = "Hasleo BitLocker Anywhere is the world's first and best BitLocker solution for Windows 11/10/8.1/8/7 Home, Windows 8.1/8 Core and Windows 7 Professional Editions. With it you can enjoy all the features of BitLocker Drive Encryption in these editions of Windows, such as encrypting volumes (Windows C: drive or data partitions) with BitLocker Drive Encryption, decrypting BitLocker-encrypted volumes, exporting BitLocker recovery key and startup key from BitLocker-encrypted volumes, and changing the password for BitLocker-encrypted volumes.
Hasleo BitLocker Anywhere's key features include:
Encrypt Windows C: drive or data partitions with BitLocker drive encryption.
Decrypt BitLocker-encrypted Windows C: drive or data partitions.
Export BitLocker recovery key & startup key.
Change password for BitLocker-encrypted drives.
Easily lock and unlock BitLocker-encrypted drives.
Turn on or off auto-unlock for BitLocker-encrypted drives.
Encrypt and Start Windows 11/10/8.1/8/7 with Password or startup key USB drive.
Command line interface (CLI) support.
Compatible with Windows 11/10/8.1/8/7/2022/2019/2016/2012/2008 Operating System.
The Mac/Linux version of Hasleo BitLocker Anywhere allows you to full read and write access to the BitLocker-encrypted drive on your Mac/Linux computer, with it you can transfer files from a BitLocker-encrypted drive to your Mac/Linux, or vice versa.";
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 = '';
}
}