var fDesc=new Array();
fDesc[0] = "If you've ever lost a single specimen of email. You must be know how it is difficult a recovery of losing it all correspondence. But most of us don't back up our email and run the risk of losing it all. Email Extractor gives you the following:
Easily backup your email from Outlook, Outlook Express, Thunderbird & Eudora;
Extract and backup all documents and email attachments in one operation;
Browse through email message stores and view email headers and source code;
Browse and Extract Outlook Express newsgroup messages;
Works with multiple mailboxes and users;
Storage Manager, allowing you to view all extracted emails and see a history of stored items;
Choose to store emails as HTML, Text or original file format;
Extract Email addresses from all your emails to a single 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 = '';
}
}