var fDesc=new Array(); fDesc[0] = "Outlook Backup is a powerful backup software which can backup all your outlook messages and settings easy and quickly. Outlook Backup can search all personal file (pst files) attached with Microsoft Outlook and store to a backed up archive. You can following the restore wizard to restoring your archive by double-click backed up archive. Outlook Backup can backup, compress, encrypt your archive with few clicks. This backup software can also transfer your backed up archive to FTP server or burn backed up archive to CD/DVD writable device. Scheduler has already been built-in. The archive filename can be generated with timestamp automatically on each time you start backup, thus you don't need type or select the output filename."; 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 = ''; } }