var fDesc=new Array(); fDesc[0] = "VSUsbLogon allows to login Windows in a secure way via USB device, replacing the password based Windows login. Users can be automatically logged into Windows as they insert the USB flash drive into the USB port. The program allows you to use a PIN code to login Windows when USB device has been connected. All user data are encrypted via AES 256 algorithm using unique encryption key."; 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 = ''; } }