var fDesc=new Array(); fDesc[0] = "CloudBerry Explorer for Amazon S3 provides a user interface for Amazon S3 accounts allowing you to access, move, and manage files across your local storage and S3 buckets. It doesn’t process your data on third-party servers; all data transfers occur between the source instance and the storage account you control.

Amazon S3 file manager is available in two versions: Freeware and PRO. Free S3 browser for Windows supports all the basic functionality including Smart Restore and AWS Import/Export support. PRO version comes with all the functionality of the freeware version plus the ability to encrypt and compress files before transmitting to archival storage and upload files in multiple threads."; 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 = ''; } }