var fDesc=new Array(); fDesc[1] = "works without starting the Keeper and lets the user to trace the arrival of new payments and messages. This useful utility checks if there is a new transfer, bill or a message."; fDesc[2] = "accounts, manage their purses and maintain a list of correspondents, assigning additional contact data to their WebMoney IDs, such as names, email addresses and phone numbers."; fDesc[3] = "management of simple activities of the office. It is ideal to management the activities of the home. Its execution is very rapid. It has portable version to take the information in a USB memory."; fDesc[4] = "to keep your PC activities private including browsing activities, the list of applications you started and the files or documents you opened during your session."; fDesc[5] = "insert your passwords anywhere. Some web browser plug-ins do that. Password Keeper will only store them in a secure location from where you can copy them into the clipboard and past them anywhere."; fDesc[6] = "Connection Keeper can also be set up to automatically close those annoying pop-up windows."; fDesc[7] = "Brother's Keeper you can view and print a wide variety of reports and charts including ancestor charts, descendant box charts and tree charts. Brother's Keeper is a great program which supports multiple languages like English, Norwegian, French, German and many more."; fDesc[8] = "changes, the icons in your desktop become disarranged. Enterra Icon Keeper eases the process of getting them back to their positions."; fDesc[9] = "note can be saved the way you want. The program comes with advanced options that will let you alphabetize notes, rename notes and delete notes."; fDesc[10] = "watch day and night time zones: the program shows you world map and marks corresponding parts of the world with shades or light. You can also choose any location on the map, and the program will tell you what time of day it is there and how much time is left till sunrise and sunset."; fDesc[11] = "securely in an encrypted database. It provides you with a built-in random password generator and allows you to categories your entries."; fDesc[13] = "and a password, you will be able to store plenty of passwords for each of your e-mail or other software accounts. Use this program to remember your passwords, so that you will not have to deal with difficulties each time you forget or lose a password."; fDesc[14] = "by password. So you have to remember only one password for all your passwords. Or if you want to categorize your passwords then you can also create different database files for different types of passwords."; fDesc[15] = "application you will be able to navigate on the Internet without worrying about any registers or about any information read by other users."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }