var fDesc=new Array(); fDesc[0] = "When you use Outlook Web Access to send and view attachments, the files are left in the Temporary Internet Files folder of the browser on the local computer, where they can be accessed by anyone. So if you are logging in from conference kiosk, client's office or computer used by multiple users, you are exposing documents to unauthorized users.

AttachView offers secure web access to OWA attachments by converting attachment files into secure web pages, giving you fast, secure access to the documents you need to make business decisions."; 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 = ''; } }