var fDesc=new Array(); fDesc[0] = "1Password is a full-featured password and identity manager. Thanks to powerful desktop client programs for Mac OS X and Windows and mobile apps for iPhone, iPad, and iPod touch, 1Password gives you a more secure and convenient online experience, no matter where you are.
Here are some of the features that make 1Password an indispensable tool for managing all your passwords, online IDs, and personal information and for streamlining many aspects of computer use:
Automatically Save and Fill Web Site Logins
True Integration With Web Browsers
Support for Popular Web Browsers
Strong Password Generator
Rock-Solid Security
Securely Organize Your Life With Wallet Items
Secure Notes
Stay Organized
Get Access to Your Data Anywhere
Automatically Keep Your Data in Sync on PCs, Macs, and iOS devices"; 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 = ''; } }