var fDesc=new Array();
fDesc[0] = "Gmail Keeper is a One-click lightweight Gmail backup & restore tool specifically designed for Gmail and Google Apps email users.
Main features:
-Start Backup From Command Line new feature. You can call Gmail Keeper to start backup a specified profile from other programs such as the system scheduler.
-Built-in Backup Automation.Automatically backup your account daily, weekly or monthly. Once a backup profile is setup, Gmail Keeper takes care of the rest. A real timesaver. Backup all foldersBackup & Restore All Gmail Folders
-Backup & restore all folders including Inbox, Sent Mail, All Mail, Starred & Drafts. Backup gmail labels
-Backup & Restore Gmail Labels.Backup & restore not only emails but also labels associated with each email.
move gmail
-Migrate Gmail or Apps Accounts.Move/transfer emails & labels between any Gmail or Apps accounts zip and eml files
-Open File Formats.Your can open backup archives with Outlook Express, Outlook, Thunderbird, etc. Multiple Gmail accounts
-Backup Multiple Accounts at a time.With Gmail Keeper you can backup as many Gmail accounts as you wish.
-Secure and safeSecure and Safe.High encryption protects the backup data and Internet connection to Gmail server.";
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 = '';
}
}