var fDesc=new Array(); fDesc[0] = "Some times we find it very boring to fill the form whether it’s a small email login form or any registration form. Moreover prying eyes always tries to access our private details, so we need a solution which simplifies our form filling work ensuring total security too. Keywallet will be the perfect solution for your problem. It is an easy to use password manager tool, which automates the process of filling all types of form easily. This simple desktop utility gives you the ability to assign and edit your private details in keys. You can create keys manually or automatically and fill any form with simple drag and drop option. Even you can assign more than one detail in a single key. Supporting skin able interface, it provides many skins and allows you to make its appearance more attractive. Further it uses Blowfish encryption algorithm to secure all confidential details. Besides it lets you keep backup of every details, allows multiple user, supports the entire Windows version and all types of forms like HTML, java and much more."; 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 = ''; } }