var fDesc=new Array(); fDesc[0] = "Outlook Express Backup Free is a powerful yet easy to use application that allows you to backup your Outlook Express messages, settings, Windows Address Book (WAB) to an archive file in a few steps. This incredible program has the ability to generate the output archive filename with timestamp automatically, so you don't need to type or select the filename on each time your starting backup. Moreover, the application features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. What is more, the program allows you to compress and encrypt your output archive and also burn the backed up archive file to CD/DVD writable device. The program includes a built-in FTP uploader, so you can upload your backed up archive to your FTP server. In addition to this, you can schedule your backup process without the need to start the backup process by yourself. All in all, if you are looking for an efficient and simple tool to backup your mail, Outlook Express Backup Free 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 = ''; } }