var fDesc=new Array();
fDesc[0] = "Recover your files, photos, videos and all lost data.
Features:
-Corrupted diskscnwv6
-Partially failed disks
-Deleted photos from flash chips
-Fragmented video files
-Formatted or repartitioned disks
-Windows, FAT, Mac, XFS, Reiser
-USB, IDE, SATA, eSATA
-Full forensic logs**
-Windows 7-64, XP
-RAID support
-Unlimited support and regular free updates
-Full user manual
-CnW Blog for news items.
-Easy to use wizard
-Forensic tools";
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 = '';
}
}