var fDesc=new Array(); fDesc[0] = "Sticky Password PRO offers maximum convenience and security.
Sticky Password PRO makes browsing, website and application login fast and secure. Protect your passwords, personal notes and bookmarks on your computer and on the road with Sticky Password PRO.

Main Features:

-protect yourself:
- generate, encrypt, and store strong passwords
- protection against identity theft, phishing and keyloggers
- save time:
- login automatically to your favorite websites
- fill in online forms with one click
- get organized:
- easily manage your application and website passwords
- USB portable version: take all your passwords with you"; 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 = ''; } }