var fDesc=new Array(); fDesc[0] = "Oracle Drive is a powerful WebDAV client that maps the Portal schema in the MDS Repository as a drive and enables you to perform desktop authoring and publishing and portal-specific metadata attribution directly from the Windows desktop. Set properties, grant access, and preview content and pages.

Edit and view content with any Windows application, work with offline content and synchronize when online. Installation is easy. Simply select a directory, and follow the installation instructions provided through the Oracle Installer. Restart the Windows machine once the installation is complete."; 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 = ''; } }