var fDesc=new Array();
fDesc[0] = "SafeIT E-mail Shredder for Outlook is a software application for permanently removing (shredding) old and deleted e-mails from your Outlook Personal Storage (.PST) file.
Selected e-mails will be shredded along with all the unused space in your PST-file. This includes discarded e-mails, fragments of previously deleted e-mails and old attachments.
Main features:
- Quickly and easily select an e-mail to be shredded by moving it into the shredder folder added by the program.
- Keep track of how much you use the software with easy to read statistics of how much data that has been shredded.
- Shred both selected e-mails all the unused space of your PST-file (includes discarded e-mails, fragments of previously deleted e-mails and old attachments).
- Schedule shreddings to make sure your daily communication is kept secure with nothing left behind that you want to have erased.
- Completely integrated in Microsoft Outlook, easy to install and use.
- Vastly improving the security of your 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 = '';
}
}