var fDesc=new Array(); fDesc[0] = "ADrive delivers online cloud storage services to millions of individuals, businesses and enterprise-level users. Conveniently access your ADrive files at any time, from wherever you are. Simply log in to your ADrive account through any device to store, share or edit your files online. All you need is access to the Internet.

ADrive Desktop features drive mapping, backup and sync. Map your ADrive account to a folder on your local computer for drag and drop upload, download and file management. Use backup to keep your files archived in the cloud and safe from loss.

Keep folders on multiple computers in Sync using your ADrive account. With ADrive Desktop your data will be safe and available at all times."; 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 = ''; } }