var fDesc=new Array(); fDesc[0] = "CloudBacko Home is capable of combining free cloud storages available from Google Drive, OneDrive and Dropbox into a single large storage. By adding multiple free accounts from each of these cloud providers to CloudBacko, you can get as much as 100TB of cloud storage free of charge. The program can encrypt everything with a 256-bit truly randomized key, including all the data and filenames. With CloudBacko's reporting tool, you can get clear visibility into the backup details of all destinations, including usage trend, backup and restore reports, log for warnings and errors, etc."; 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 = ''; } }