var fDesc=new Array();
fDesc[0] = "Recover Files is an award winning program that can undelete / recover deleted files after they have been deleted.
Recover Files is a professional file recovery software that allows it's user to recover accidentally deleted files. Even files removed from the Recycle Bin, network drive, compact flash card, portable drives, in a DOS window, or from Windows Explorer with the SHIFT key held down.
Recover Files is a small, fast, useful, practical and powerful. It has a clean, simple interface.
Recover Files will work with Windows 2000, XP, 2003, Vista, 7 operating systems. It can be used to recover deleted files from all NTFS and FAT partitions.";
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 = '';
}
}