var fDesc=new Array(); fDesc[0] = "DiskInternals Outlook Recovery recovers messages and attachments lost or deleted from the Deleted Items folder, and repairs corrupted PST and OST databases produced by all versions of Microsoft Outlook including the latest Outlook 2007. The new recovery tool recovers all email messages, attachments, Outlook and WAB contacts, tasks and calendars from healthy and corrupted Outlook databases, including parts of damaged PST files.

The revamped Outlook recovery engine is able to locate, recover and repair damaged Outlook databases from formatted, corrupted and repartitioned hard disks, and can reconstruct highly fragmented PST files from multiple parts randomly distributed on the disk. The new Outlook recovery engine makes it possible to extract useful information including email messages, attachments, address books, tasks, etc., from separate fragments of large PST files."; 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 = ''; } }