var fDesc=new Array();
fDesc[0] = "Create backups or archives of all your Outlook (2000/2002/2003) data to virtually any storage media using on-the-fly compression.
Genie Outlook Backup supports automatic media spanning and has an automatic backup scheduler. You can backup as a self-executable EXE file, this feature allows you to backup your data in the form of a standalone EXE file that can be executed on any machine even if Genie Outlook Backup is not installed.
You can backup: Settings and Control Information, Outlook Custom Forms, Internet e-mail Accounts, Outlook Options Settings, signatures and stationary, Favorites, Windows Address Book, IE settings and individual files.
Genie Outlook Backup supports a wide selection of storage media, it can backup to hard disk locations, LAN, FTP, CD, DVD, removable devices etc ... and it gives the user a choice between 3 backup modes, Normal Backup, Incremental Backup, and Mirror Backup.";
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 = '';
}
}