var fDesc=new Array(); fDesc[0] = "Easy Login is a no fuss password manager that works great with Microsoft Internet Explorer. It doesn't store your password in a file or the registry, but it saves login information as favorite that can be used on any other computer, or can be emailed. You can also use this favorite on any other web browser you like. It works on almost any website that includes a login form. This version also includes support for pages that contains multiple forms. Easy Login can be easily accessed from the toolbar in Internet Explorer. As soon as the Easy Login link is created you can simply click it to log in. It is as simple as that. One of the greatest advantages of Easy Login is that it saves time, you do not have to type the usernames and passwords again and again, just click the link and it is done. It is a boon for users who have multiple accounts in a number of forums or social networking sites, which they often access. Easy Login version 2 is totally free without any kind of adware or spywares."; 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 = ''; } }