var fDesc=new Array(); fDesc[0] = "OST Recovery Tool is the widely used software to repair corrupt Outlook OST files. OST File Recovery Tool is a sophisticated solution for saving OST data files in a variety of file formats, including PST, MSG, DBX, and MBOX. Furthermore, to recover accurate data, Outlook Encryption is supportable. It also works with all MS Outlook versions 2016 and its earlier versions. The software enables the user's to export the OST mailbox into Mac Mail (MBOX) and other email clients that store emails in MBOX files. However, it is compatible with Windows 10, 8, 7, Vista, 2003, XP, and 2000. The tool can perform complete OST file recovery with metadata restoration for items such as emails, calendars, contacts, appointments, tasks, journals, notes, and so on in a single process. The search option of this utility is used to explore specific emails from a specific mailbox folder in a large OST file without wasting time. Although, users can check the preview of the recovered data by clicking on the Preview section before saving the recovered data to validate the integrity of the data recovered. The OST repair Tool includes an option to recover Non-English characters from a specific OST file, which is useful when recovering data from an ANSI-format file."; 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 = ''; } }