var fDesc=new Array(); fDesc[0] = "This program protects your computer against illegal access in a comfortable kind. You need to train a smart card, a removable media (e. g. memory stick) or a CD with your windows login data and you need only this physical key for the login authentication. If you leave the computer you need only to pull the smart card or the USB stick and your computer automatically lock or logoff. Thus protect your computer against snoopier views and data theft without large training."; 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 = ''; } }