var fDesc=new Array();
fDesc[0] = "Magic NTFS Recovery offers a quick, easy way to reliably recover information from badly damaged, corrupted and inaccessible disks and partitions. From simple undelete to bit-precise restoration of affected disk system structures, Magic NTFS Recovery can handle any type of data recovery jobs. Fully automated performance, quick and comprehensive recovery modes with smart content-aware analysis make Magic NTFS Recovery a winner.
Magic NTFS Recovery delivers all features offered by Magic's top-of-the-line product, Magic Partition Recovery, except the ability to restore FAT and FAT32 media. As Windows XP, Vista and Windows 7 will format new disks with NTFS and will only run on NTFS partitions, Magic NTFS Recovery is a true bargain at only half the price of the company's flagship tool.";
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 = '';
}
}