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 the folders, detects changed/deleted/moved files, and synchronizes/backs up the changed files and Outlook emails. The program can synchronize files between local folders and remote folders such as FTP/FTPS/FTPES/SFTP, WebDAV, Amazon S3 bucket, Google Storage bucket, Windows Azure container, Rackspace Could Files, Google Drive, DropBox, and Microsoft OneDrive. BestSync can also synchronize a local folder with ZIP archive, and Outlook emails."; 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 = ''; } }