var fDesc=new Array(); fDesc[0] = "The goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology.

This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers.

Features

*

Improved support for third-party products working with Outlook
*

Additional support for features available in Outlook with Microsoft Exchange
*

Option to back up your personal folders before resetting them
*

Interactive progress bar for enhanced user feedback
*

Ability to send and receive messages while you are working offline
*

Ability to customize the display range for your Calendar folders
*

Support for attaching linked and embedded objects into messages
*

Ability to expand distribution lists in e-mails and meeting requests
*

Support for attaching and forwarding any Outlook data file types
*

Support for the automatic preview of messages
*

Ability to cancel opening large messages
*

Ability to preserve the format of e-mails sent as rich text
*

Improved interface navigability for configuring options"; 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 = ''; } }