var fDesc=new Array(); fDesc[0] = "SyncBackPro is a professional tool to backup, synchronize, and restore data files. You can install SyncBackPro on a Windows computer and backup your data across multiple operating systems using SyncBack Touch. SyncBack Touch works with Windows, macOS, Linux, and Android devices. This program supports numerous Cloud services including Amazon S3, Google Drive, Google Photos, Microsoft Azure, and Microsoft OneDrive.

SyncBackPro can also work with files on FTP server and emails stored on POP3, IMAP4, and Exchange Server."; 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 = ''; } }