var fDesc=new Array(); fDesc[0] = "When Outlook is opened for the first time after being
installed, SafO will scan the inbox, Sent Items and Personal Address Book,importing all addresses of e-mails received
and sent as well as your contacts. Messages received
from authorized e-mail addresses (or any approval condition, you’ll read about this further on) will be forwarded by default to
your Inbox."; 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 = ''; } }