var fDesc=new Array();
fDesc[0] = "Hasleo BitLocker Anywhere is the world's first and best BitLocker solution for Windows 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.
Encrypt and Start Windows 7/8/10 with Password or startup key USB drive.
Compatible with Windows 10/8.1/8/7/2019/2016/2012/2008 Operating System.
The Mac version of Hasleo BitLocker Anywhere allows you to full read and write Access to the BitLocker-encrypted drive on your Mac computer, with it you can transfer files from a BitLocker-encrypted drive to your Mac, or transfer files from your Mac to a BitLocker-encrypted drive.";
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 = '';
}
}