var fDesc=new Array(); fDesc[0] = "Egnyte Drive is an app that allows you to browse and access all your files stored in the Cloud, directly from Windows Explorer. Once connected, your Egnyte cloud file server will appear as a network drive. You will be able to view all your files and folders in the cloud without having to first sync them to your computer.

Egnyte Drive is designed to be a full replacement for the Map Drive application while delivering better usability and more features."; 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 = ''; } }