var fDesc=new Array();
fDesc[0] = "Hasleo Data Recovery free is a free, powerful and reliable data recovery software to solve your data loss problems whether you deleted some files by accident, formatted a drive or encountered a system crash and lost some files. With only three-step, you can get back lost files from PC hard drive, external hard drive, USB flash drive, SD card, digital camera, mobile phone, MP3/MP4 player and other storage media under Windows 11, 10, 8, 7, XP and Windows Server 2022, 2019, 2016, 2012, 2008, 2003. As a professional Windows data recovery software suite, it supports all Windows file system FAT12/16/32, exFAT, NTFS and Windows dynamic disk. Furthermore, Hasleo Data Recovery not only recovers data from normal (non-encrypted) storage media, but also supports to recover data from Windows BitLocker encrypted drive with the Ultimate/Technician edition.
Hasleo Data Recovery's key features include:
All-in-one free data recovery software for Windows.
Recover documents, emails, photos, videos, audio files and more.
Recover data from BitLocker encrypted partition with the Ultimate/Technician edition.
Supported file system types: FAT12, FAT16, FAT32, NTFS, exFAT and HFS+ file systems.
Recover lost data from hard drive, USB drive, Memory card, digital camera and other storage media.
Compatible with Windows 11/10/8.1/8/7/Vista/XP and Windows Server 2022/2019/ 2016/2012/2008/2003.
Creation of WinPE bootable media for emergency data recovery.
Recover unlimited amount of data for free after sharing with friends.";
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 = '';
}
}