var fDesc=new Array(); fDesc[0] = "It repairs severely corrupt PST files to recover not just emails but also the entire Outlook elements like contacts, journals, attachments, tasks, notes, calendar items, sent items, personal folders etc. Repair PST and OST files damaged due to any sort of corruption. Repair and restore all attributes from a corrupt Outlook PST file. Create an entirely new PST file after repairing. By default it recovers deleted emails or email folders in the new PST file. When you attempt to repair a damaged PST file using the inbox repair tool (scanpst.exe), it may fail to regain it and further attempts may corrupt it severely. Yodot Outlook PST Repair can efficiently repair these PST files by using the “Smart Scan” option. In the event, when you don’t know the exact location of your PST file which is to be repaired, the software provides you with the option to search the PST file with help of its advanced scanning technology. It provides you with on screen message when scanning ends showing the number of emails, folders, contacts etc, which can be obtained from the repaired PST 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 = ''; } }