var fDesc=new Array(); fDesc[0] = "Handy Backup Professional is a powerful backup solution for home and corporate users. The program allows backing up files, folders, e-mails, Windows Libraries, system registry, ODBC-compatible databases and other valuable data. Backups can be stored on local and external HDDs, USB, NAS, LAN, FTP/SFTP/FTPS and WebDAV destinations, with ZIP compression, 128-bit encryption and scheduling. The program also supports a great variety of popular cloud storages including HBDrive.com, Dropbox, OneDrive, Yandex.Disk, Google Drive and Amazon S3. Handy Backup Professional can run as Windows service, supports command line interface, e-mail notifications and has a well thought-out logging system. The program's functionality can be enlarged with additional plug-ins, such as MS SQL Backup, MySQL Backup, MS Exchange Backup, PostgreSQL Backup, Oracle Backup, and other. In 2012, Handy Backup received the "Best Small Business App" award from PCMag."; 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 = ''; } }