var fDesc=new Array(); fDesc[0] = "Disk Doctors Outlook Mail Recovery (.pst) is a powerful and efficient Microsoft Outlook recovery tool. The primary function is recovery of (.pst) files for Microsoft Outlook 97, 98, 2000, 2002, 2003 and 2007.

Microsoft Outlook is a personal information manager, and is included as part of the Microsoft Office suite. Although it is typically used as an email client, it also provides a calendar, task and contact management, notes and a journal.

Microsoft Outlook can be used as a stand-alone email-client application, and can also operate in conjunction with Microsoft Exchange Server in a network to provide better functionality for multiple users in an organization, such as having common mailboxes and calendars, public folders and meeting time allocation and scheduling."; 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 = ''; } }