var fDesc=new Array(); fDesc[1] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail."; fDesc[2] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it."; fDesc[3] = "our operating systems and see our drivers update information and class, plus the supported OS, driver provider, driver version, if it is digitally signed, release date and file size. Downloading update for driver options is disabled in the non-registered version."; fDesc[4] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free."; fDesc[5] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[6] = "functionality is very easy and has amazing features such as: You will never be worried anymore if the email you sent were received, because these email won’t be blocked like spam, you will have the opportunity to see an alert window when somebody opens your email message! Etc"; fDesc[7] = "incredible program can also be used to recover information from Microsoft Exchange ost files and/or convert them into Microsoft Outlook pst files."; fDesc[8] = "connection or email client. Sometimes, many of these programs save your passwords and as you no longer have to enter them manually, you forget them."; fDesc[9] = "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[10] = "Express folders.This incredible application extracts and saves the user's messages from files with the dbx extension that Outlook Express uses to store folders, messages and news on the local disk."; fDesc[11] = "a tool called Gmail POP Troubleshooter directly from the Google Web site. This tool will immediately repair your POP access to its server."; fDesc[12] = "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[13] = "of junk e-mail messages to users all around the Internet. It's very easy to lose important message that you really need in spam heaps. SpamBully is a great program that works with Outlook and blocks spam."; fDesc[14] = "Address Book to your Microsoft Outlook or Outlook Express Address Book up to 10,000 contacts. The toolbar allows you to edit your profile on Plaxo online, check your Plaxo Pulse Stream, send ecards, fix duplicates and view your Plazo Online calendar in a few clicks."; fDesc[15] = "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."; 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 = '...'; } }