var fDesc=new Array(); fDesc[0] = "BestSync is an easy-to-use yet powerful and reliable file synchronization and continuous file backup software. It automatically analyzes, synchronizes, and backs up your files and Outlook emails between desktops, laptops, servers, and external drives, as well as remotely through FTP, SFTP, WebDAV, Amazon S3 cloud storage.

Before synchronization, BestSync makes backup all the files in your computer that will be replaced or deleted during the synchronization . This is the unique and most important option of BestSync while synchronizing from multiple locations. In this way, original files of all stages can be restored easily, So using BestSync instead of any other synchronization software, you don't need to worry about losing file at any updating stage. BestSync supplies powerful features that are suitable for business usage."; 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 = ''; } }