var fDesc=new Array(); fDesc[0] = "Today all internet users have to remember logins and passwords for logging in huge amount of internet services, like emails, forums, chats, internet shops and many more. It is very possible to forget something and lose important information. You can’t keep all this private information just in text file, because it can be easily discovered by another person. Key Folder 1.2 by Mag2Software offers you absolutely free and what is the most important it is a reliable and safe tool for storing and organizing such data. After installing this software you have to create a new user account for using it. Creation includes setting name of user and password. After creating you personal account and logging in you will see software’s main window with the tool bar and list of items. It is the center of password protection. The list has a tree view structure and contains items with information about password. Each item is some kind of record where you can enter password and login to be kept, add links and a small note. Key Folder 1.2 safely encrypts all data for saving on disk. This software has many more useful features. You can get more information about them using detailed help file."; 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 = ''; } }