var fDesc=new Array(); fDesc[0] = "OutLock is an add-in for Microsoft Outlook 2000/2002 (XP)/2003 which enables you to encrypt and decrypt message items with a single click to protect your privacy. If you want to keep messages in your Outlook information store (eg. PST-File) safe you can protect the store by using a password. However there are several tools around the net which are able to recover the the password for a PST-File. OutLock overcomes this security leak by allowing you to encrypt (lock) sensitive messages with a single click within your Outlook information store. OutLock encrypts the message in place. Means that the original content of a message is encrypted by OutLock and then saved to the message item. There is no additional software necessary to encrypt or decrypt the messages."; 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 = ''; } }