var fDesc=new Array(); fDesc[0] = "The AODocs WebDAV client is a small program that enables the AODocs Smartbar to launch Microsoft Office on your computer, when you open a Word, Excel or PowerPoint file from the Google Drive user interface via the AODocs Smartbar. If the AODocs WebDAV client is not installed when you click on the “Edit in Office” button in Google Drive, a pop-up will ask you to download it."; 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 = ''; } }