var fDesc=new Array(); fDesc[0] = "You can manage your webpages and applications that require a username and password with the Vitakey Password Bank. Supports multiple accounts in the same webpage. An intuitive and convenient user interface for managing your password items. You can browse, edit, and delete your files through fingerprint authentication.

Provides file encryption and decryption with your fingerprint. Encrypted files cannot be deleted, renamed, copied, or moved without your fingerprint. Provides a convenient search function to manage your encrypted files."; 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 = ''; } }