var fDesc=new Array(); fDesc[0] = "SignupShield smart password manager collects sign-in credentials as users login to web sites. It saves those passwords in an encrypted file residing on users' hard drive (desktop edition) or their U3 smart drive (U3 edition).
When users visit the same website again, SignupShield Passwords can automatically fill-in sign-in credentials for them.
Unlike 'simple' password managers, this program saves passwords and related data from registration, log-in and password forms.
SignupShield, handles both web based, Windows' Network Login and FTP forms."; 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 = ''; } }