var fDesc=new Array(); fDesc[1] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[2] = "user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts."; 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 calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion."; fDesc[5] = "This incredible program allows you to backup and restore email messages, address book contacts, mail and news accounts, message rules, blocked senders lists, signatures, stationeries and even your Internet Explorer favorites."; fDesc[7] = "software is all in one Address Book, Daily Journal, Day Planner, etc. It provides the usual day, week, month and year views for your calendar, and lets you see abbreviated or expanded views of your address book."; fDesc[8] = "along with their relation. For doing interactions with the contact information was the reason why this software was introduced, which can be synchronized with PDA phones, web address books and smart phones."; fDesc[9] = "system and settings in case of damage or lost of the information. You’ll be able to copy all the files of the Main Identity and to save a copy of the address book."; fDesc[10] = "and intuitive user interface, very customizable and easy to use. With this program, you will be able to create notes and spreadsheets with various formatting features in different tabs."; fDesc[11] = "supports multiple users, each user with his/her own contacts, address books, address lists, email lists, preferences and email information and messages. It can be easily installed in any portable device."; fDesc[12] = "keep track of family and friends but also is designed to be powerful enough for businesses to maintain large client and customer databases. It's flexible too.... allowing you to organize your contacts in categories that you create!"; fDesc[13] = "3.Restore the contacts from defective Address Book files (*.wab), 4. Repair damaged Outlook Express Address Book store."; fDesc[14] = ", Explore Address Book, Labels, Explore Calendar, Envelopes, Recycle Bin, Email, Import/Export, Monthly Calendar, Weekly Calendar, and Daily Calendar. We can customize all this features to our preferences, search sort, edit, filter, and print them."; fDesc[15] = "passwords. The program can import and export (.VNC) files and It has an integrated SSH client, VNC viewer and a built-in password encryption tool."; 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 = '...'; } }