var fDesc=new Array(); fDesc[0] = "Syncovery allows you to back up and synchronize your data between PCs, servers, and online storage. As a generic synchronizer, you can set up this program to fulfill all kinds of tasks, including one-way and two-way syncs, backup, replication, and updating or downloading web sites.

Many large cloud storage are supported, including Amazon S3, Azure BLOB Storage, Google Drive, Amazon Glacier, and OneDrive."; 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 = ''; } }