var fDesc=new Array(); fDesc[0] = "Trusteer Rapport is advanced security software that protects your online banking communication from being stolen by criminals. The program is highly recommended and offered by your bank as an additional layer of security to any antivirus or security software the customer already uses. By protecting your Internet connection and creating a tunnel for safe communication with your bank’s website, Trusteer Rapport blocks malicious attempts to steal money from your account. When you browse to a website, the Trusteer Rapport icon appears in or near the browser’s address bar. The icon is green when Rapport is protecting your communication with the website, and the icon is grey when the communication is not protected."; 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 = ''; } }