var fDesc=new Array(); fDesc[0] = "Softaken is a professional company that is committed to provide complete catalog of its existed software’s in its database.

PST Mailbox Converter converts Outlook PST files. It can:
- Recover Deleted Items from Outlook Trash Folder.
- Convert Outlook PST to EML Files.
- Convert Outlook PST to MSG Files.
- Convert Outlook PST to EMLX Files.
- Convert Outlook PST to MBOX File Format.
- Convert Outlook PST to OST File Format.
- Convert Outlook PST Contacts to VCF (Vcards) Existing."; 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 = ''; } }