var fDesc=new Array(); fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[2] = "data. East-Tec Backup is very easy to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[3] = "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[4] = "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[5] = "computer, you can use this application to access the contents of the SIM cards. Dekart SIM Manager can read from and write to SIM cards. The main use you would give this application is to organize the contents of the card."; fDesc[6] = ", address book, settings, accounts, message rules, junk email lists, signatures, and even your Internet favorites."; fDesc[7] = ", signatures, and blocked senders."; fDesc[8] = "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[9] = "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[10] = "3.Restore the contacts from defective Address Book files (*.wab), 4. Repair damaged Outlook Express Address Book store."; fDesc[11] = ", accounts, etc ). Works with top 9 Email Clients: Outlook Express Backup, Microsoft Outlook, Eudora, IncrediMail."; fDesc[12] = "sender, address book, stationery & preferences for Outlook Express. It has multilanguage support and schedule feature."; fDesc[13] = "book, mail folders, mail accounts, contacts, tasks, notes, calendar, journal, message rules, signatures, stationery, and all personal settings."; fDesc[14] = "Works with top 9 Email Clients: Outlook Express Backup, Microsoft Outlook, Eudora, IncrediMail. Multilingual interface."; fDesc[15] = "accidentally deleted from a WAB file. It also lets you review the changes made to your contacts."; 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 = '...'; } }