var fDesc=new Array(); fDesc[0] = "This add-on allows you to create a digital signature on the web-pages of an online banking system using cryptographic protection of information. Cryptography can be used to support random number generation and hash generation. It secures the communication between your PC and a bank server."; 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 = ''; } }