var fDesc=new Array(); fDesc[1] = "YAHOO the software giant has introduced its new innovation a form of preventive software to spyware,viruses,malwar e,spam and unsolicited emails.As they say prevention is better than cure,it holds apt in here as with YAHOO SEARCH PROTECTION you can have a protective layer around you PC"; fDesc[2] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project."; 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[5] = "hundreds of addresses from web"; fDesc[6] = "the common invalid addresses that exists on almost any emailing list, reporting bad email addresses, time-out operations, etc."; fDesc[7] = "owner of the IP address, the country/state name, IP addresses range, contact information (address, phone, fax, and email), and more."; fDesc[8] = "Harvester extracts e-mail addresses from targeted email servers."; fDesc[9] = ", address book, settings, accounts, message rules, junk email lists, signatures, and even your Internet favorites."; fDesc[10] = "Explorer, Microsoft Office Excel, and many databases. It can export to Outlook Personal Storage files, MSG files, EML message files, MHT Web Archive files, Mozilla mailbox files, Generic mailbox files, and more."; fDesc[11] = "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[12] = "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[13] = "your own business mailing lists."; fDesc[14] = "Desktop allows you to access your email while your computer is disconnected from the internet. The first thing you have to do is to enter settings for an existing mail account. You must be online to do that."; fDesc[15] = "emails. Email Verifier is designed for users who have their own mailing lists and want to keep them up-to-date."; 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 = '...'; } }