var fDesc=new Array();
fDesc[1] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web.";
fDesc[2] = "under a master key (or a key disk) in one database.Therefore, you only have to remember one single master password or insert the key-disk to unlock the whole database, that´s encrypted using the AES and Twofish encryption algorithms.";
fDesc[3] = "simple way. You can put all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database.";
fDesc[4] = "(using an integrated or external fingerprint reader). The application is compatible with Windows XP and Windows Vista, supports domain security integration and have a friendly user interface.";
fDesc[5] = "fast, easy and secure password management. One 'Master Password' is all that is needed to access all your passwords.";
fDesc[6] = "all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database.";
fDesc[7] = "passwords. This incredible application creates highly secure passwords that no identity theft can crack with a password generator and according to your requirements, and keeps all your passwords in a securely encrypted list.";
fDesc[8] = "store in the program, keeping it safe from the prying eyes. This incredible program is highly customizable, allowing you to display your password information unencrypted on the screen, change the display fonts and hyperlink color and modify many of the security features of the program.";
fDesc[9] = "secure and comfortable way. With this program you will no longer have to remember thousands of passwords, just one, the master key, which allows you to see all the other passwords.";
fDesc[10] = "avoid any type of risk. This database can be printed, imported and exported in many formats (like TXT, XML, CSV, etc.) easily since it consists of only one file.";
fDesc[11] = "lets you login to Web sites with one click. Fill forms quickly and easily. A real time-saver, try it!";
fDesc[12] = "place. Bitobit Mithril Password Manager 1.8 generates safe passwords in just a click guarantying that none of the users’ data is ever hacked or cracked.";
fDesc[13] = "Advanced Encryption Standard (AES) algorithm. The program features a simple and intuitive user interface, very suitable for beginners and advanced users alike.";
fDesc[14] = "data using strong encryption to keep them safe from possible threats. The program will enable you to store passwords for e-mail and online banking, credit card numbers and other sensitive codes";
fDesc[15] = "encryption so you can be sure you will never forget a password again. You will just have to remember one password, the one of the program, that's it.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}