var fDesc=new Array();
fDesc[0] = "VirtualLab is a professional data recovery software. Regardless of the reason for data loss, accidental format, damaged partition, virus attack, deleted files, even a formatted hard drive, VirtualLab Data Recovery software does the job. Just pick a module and go!
Volume Recover - Have a formatted drive or a damaged or lost partition? Volume Recover will perform an exhaustive scan, find your data, and show you the results in a Windows-like interface.
Undelete - Need to recover deleted files? No problem! Even though you deleted some files, often the files are still there, hidden from the Operating System. VirtualLab can bring lost files in a flash!
Lose Some Mail? - VirtualLab can recover that important deleted mail from Microsoft Outlook or Outlook Express. Get it back with VirutalLab!
CD/DVD Recovery - Optical disks are often a challenge for other recovery apps, but not with VirtualLab. Try VirtualLab with your optical and get results fast.
Camera Cards - Lost a photo you forgot to save to your computer? Don't fret! VirtualLab supports all camera card formats and can recover it quick!";
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 = '';
}
}