var fDesc=new Array();
fDesc[0] = "My Passwords.info is shareware tool which explorers information stored in Windows Protected Storage. Here you may find passwords and other information stored in MS IE auto-complete field, dial-up, network and VPN access passwords and much more.
My Passwords.info is a tool for recovering lost or forgotten passwords entered into MS InternetExplorer during surfing. It extracts information stored in Auto-Complete fields and provides simple access to stored data. This application can extract followed information:
-Protected Website Passwords
-FTP passwords
-Dial-up/network/VPN passwords
-Passwords stored in Auto-complete fields
-Outlook Express passwords";
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 = '';
}
}