var fDesc=new Array(); fDesc[0] = "With LLB Online Banking you have round the clock online access to your bank account and custody account – independent of bank business hours. You can make online payment transfers and place stock exchange orders, call up your account balance, administer your portfolio and much more.
Your Online Banking access is protected against unauthorised access by a triple security system comprising a digital signature (electronic certificate), a pin and your personal password."; 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 = ''; } }