var fDesc=new Array(); fDesc[1] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!"; fDesc[2] = "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[3] = "Outlook, Lotus Notes, Thunderb, Palm D., David, Groupwise,.., many filters SMS Center to easily send SMS"; fDesc[4] = "scanner without extra configuration. It combines fax, modem and scanner into a fax machine which saves time to the user. It is supported by Windows 98 or higher operating system and it demands for a scanner with TWAIN standard which is the most common."; fDesc[5] = "folders of your computer, for instance, Outlook and Outlook Express mailboxes, Thunderbird, Windows Address Book, Contacts, etc. It even supports web documents, PDF and DOC files, MSN Messenger logs and other formats."; fDesc[6] = "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[7] = "3.Restore the contacts from defective Address Book files (*.wab), 4. Repair damaged Outlook Express Address Book store."; fDesc[8] = ", 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[9] = "Outlook Express contacts file (.WAB), vCard file(.VCF) and Microsoft Excel (.XLS) file format. The program can scan contact directly from current default user and has a very easy GUI."; fDesc[10] = ":) Can be used instead of messaging service/WinPopup for LAN. A lot of options for every application aspect"; fDesc[11] = "several address books into one, tested on Windows 95/98/2000. Dawn converts Address Books among various Address Book Progr..."; fDesc[12] = "97-2000-2002-XP and Microsoft Outlook 2000-2002-XP. It supports Ansi and Unicode formats. The program lets the user add and edit all options regarding each contact such as business contact information and personal data."; fDesc[13] = "list. The product is based on the latest .Net technology and can find approximately 85% of your dead email addresses."; fDesc[14] = "accidentally deleted from a WAB file. It also lets you review the changes made to your contacts."; fDesc[15] = "disables access to the message database and address book files."; 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 = '...'; } }