var fDesc=new Array(); fDesc[0] = "OWA Desktop brings OWA webmail functionality to the user’s desktop, mirroring the desktop Outlook experience, but with the added benefit of a thin client. No more need for a log-on every time a user would like to view or send a message or access their calendar. New mail and appointment alerts, with one-click access to advanced features, are provided to the user in real time. OWA Desktop gives the user all the functionality they have come to expect and depend on from Outlook and goes a step further by providing time-saving features not found in native desktop Outlook. OWA Desktop provides a solution that meets most users’ needs without having to install Outlook. It provides the power and access of the Microsoft Outlook Web App right from the system tray."; 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 = ''; } }