var fDesc=new Array(); fDesc[0] = "PST File Management and attachment compression with automatic pst file compaction.
Personal Folders are commonly used by Microsoft Outlook and Microsoft Exchange to store email information including attachments.
PSTCompress is a Windows application that can decrease the size of all (personal folders) PST files created by Microsoft Exchange and Outlook 2000, XP , 2003, 2007 and 2010* by up to 95%. This is done in two steps. In the first step PST compress recovers space in the PST file using a e-mail management policy."; 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 = ''; } }