var fDesc=new Array(); fDesc[0] = "Cloud Migration G Suite backup tool is the best and most secure tool to take backup of your G Suite account. This tool has many advanced features like- deleting all duplicated files, Migrating all users' accounts, backup Google hangout chats, etc. It is a useful tool for downloading and archiving your important Google Drive data, such as docs, spreadsheets, and presentations. You can use this software to backup the contact information stored in your Google account. It has a very simple and interactive GUI. There is no need for technical knowledge to run this tool. You can run it on any version of Windows, including Windows 11. Interested users may download the trial version from its official website, which allows them to backup 15 items per folder with ease."; 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 = ''; } }