var fDesc=new Array();
fDesc[0] = "G-Archiver is your one click Gmail backup solution.
Backup Gmail email messages to your computer using G-Archiver.
Never lose another message - backup Gmail messages and you'll have a stored copy on your computer in the event of Gmail data loss incidents.
Gmail backup with G-Archiver allows you to free up additional storage space beyond Gmail's storage limit
No technical knowledge required. No other software or mail clients required. Easy to use. No time-consuming, confusing configurations required.
Backup Gmail messages on your computer for easy, quick access.
Supports multiple Gmail accounts. Backup all of your Gmail accounts using G-Archiver.
Download file attachments and embedded files.
Use G-Archiver's internal mail browser or use an external browser of your choice to view messages.";
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 = '';
}
}