var fDesc=new Array(); fDesc[0] = "The Loginizer a utility designed to help you manage the expanding number of logins and passwords you use to access email, websites, networks, and online retailers.

Main features:
- Keeps track of ID's (usernames) and passwords for logging into websites, networks, and online banking
- Can export listings as Excel spreadsheets, web pages, printed documents, and more
- Creates a Mini-Reader utility that you can carry with you to use on other computers
- ID's and passwords can be automatically transferred to login screens
- Listings stored on your computer are encrypted, so they're secure
- There's only one password to remember to unlock all your listings
- Completely FREE... No ads... No registration... No fees"; 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 = ''; } }