var fDesc=new Array();
fDesc[0] = "MediaHeal for Flash retrieves files from corrupted flash drive.
Supported flash drive formats:
USB drives, pen drives, thumb drives, Memory Sticks, CompactFlash (CF) and Secure Digital (SD) cards, etc.
The recovered data is saved into a new user-selected location to prevent damage to the original data. Features:
Restored are all types of flash cards, including pen drives, CF I/II, MMS, SD, xD, MemorySticks and others
Restores the complete folders tree structure including subfolders
Retrieves files
Supports long file names
Supports localized file names
Recovers files with 'encrypted' attribute set
Full install/uninstall support";
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 = '';
}
}