var fDesc=new Array(); fDesc[0] = "Introducing CyberScrub KeyChain™ Password Manager.

Manage ALL Passwords with One Phrase.
When you log on to KeyChain™ Password Manager with your Master Pass Phrase you will have instant access to all of your password protected websites. Select your destination from a special list you have created - then simply "Click & Go". It's that easy!

KeyChain™ Password Manager Automatically Enters Your Passwords.
Each time you visit a site requiring a user name and password KeyChain™ Password Manager auto enters this information and logs you in. It even prompts you to add these passwords to the program if you have not already done so.

Never Manually Fill in Credit Card Details Again.
Online shopping is a snap. KeyChain™ Password Manager automatically enters your selected credit card details, Shipping and Billing address and more.

All of your data is Secured with Strong Encryption.
Only you have access to the sensitive data within KeyChain™ Password Manager. All information, including passwords, credit cards and other information, is protected with bullet proof encryption algorithms.

The USB flash drive also synchronizes with your host computer to back up your encrypted password list. This is an important feature should your PC crash or fail.

You may also utilize the USB flash drive, if desired, for Dual User Authentication. This requires the user to not only enter the Master Pass Phrase, but also to plug the USB flash drive into their computer."; 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 = ''; } }