var fDesc=new Array(); fDesc[0] = "PCMate Free Password Manager is a free password manager program that is specially designed to store & manage your login IDs & passwords in a centralized vault to relieve you of the password management chore while offering you complete security and peace of mind. The powerful password generator can create random, strong passwords which have upper and lower case letters as well as numbers and characters with different templates, using AES algorithm.

Featuring with one master password, this free password storage software lets you only need to remember one password, so you have more energy to do other important things! Furthermore, PCMate Free Password Manager is able to import and export password databases as well as create desktop shortcuts to load the archives. In a word, this free password box tool provides an easy and safe way to avoid the risk of people stealing your login info and accessing your accounts!

This password box software will save you from the trouble of creating and remembering multiple passwords by the random password generator. And it also helps you protect yourself against phishing scams, online fraud, and malware."; 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 = ''; } }