var fDesc=new Array();
fDesc[0] = "Backup and Restore your Email, Extract Email Addresses
with the Outlook Express #1 Rated SUPERTOOL -- Email Saver.
Impossible with Outlook Express, EASY with Email Saver
- Backup email by individual folder
- Restore email to ANY folder, you are not restricted to the original name
- Save email from one PC, restore to another
- Save your Windows Address Book, make multiple versions, save and restore as often as you like
- Save your Internet Favorites, swap them in and out as often as you like
- Backups are COMPRESSED and you can also add a password for complete security";
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 = '';
}
}