var fDesc=new Array(); fDesc[0] = "Genie Mail Backup is a powerful yet easy to use application that allows you to backup and restore your emails, email addresses, settings, contacts, and favorites in a few steps. This incredible program is an email backup solution for the major email clients MS Outlook 2000-2007, MS Outlook Express and Windows Mail specially designed for Home and Home Business Users to Small and Medium Business who want protect their important information. Moreover, the application features a very simple and intuitive wizard-like interface which does not require any technical knowledge to be operated and makes this task a breeze. What is more, it allows you to create automated schedules to perform backup of your email at predefined times and protects your email backups with 128-bit AES Encryption. It also has the ability to save a number of backup sets before purging or leave intact and perform backup of your Outlook while in use and receiving email without skipped files. All in all, if you are looking for a comprehensive solution for your mail backup needs, Genie Mail Backup is perfect for you."; 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 = ''; } }