var fDesc=new Array(); fDesc[0] = "Bring your entire workflow together on one integrated platform that works with the tools you already use. Edit PDFs, share videos, sign documents, and collaborate seamlessly with internal and external stakeholders—all without leaving Dropbox. Be sure your content is protected across all your devices with industry-leading encryption, automatic backup, and two-factor authentication."; 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 = ''; } }