var fDesc=new Array(); fDesc[0] = "Secure access to online government applications, signing electronic contracts, requesting official documents or forms online. Your eID – short for electronic identity card – opens up a world of possibilities! The old, paper identity card was only suitable for physical identification. The eID’s built-in chip also makes electronic identification and electronic signature possible. The chip contains an authentication and signature certificate, both of which you can use in combination with your PIN code. The authentication certificate is used to confirm your identity if you log on to a website with your eID. The signature certificate ensures that you can sign electronically."; 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 = ''; } }