var fDesc=new Array(); fDesc[1] = "provider“s mail server and your email client, that scans every incoming message, filtering out that ones meeting some built-in criteria (only images, too many addresses, words like viagra, cialis, etc.)."; fDesc[2] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text."; fDesc[3] = ", and keeping in touch with clients."; fDesc[4] = "the incorrect ones. Threads and bandwidth usage can be limited through the program references. It is also possible to custom rules for identifying wrong email addresses."; fDesc[5] = "Emailer is easy to use and provides you with range of features. It includes built-in modules for collecting email addressees from various web pages and verifying valid email address."; fDesc[6] = "Allows you to insert data fields into subject fields, add attachments, send emails in GIF, HTML, RTF and text formats."; fDesc[7] = "complete package that offers follow-up auto responders, automated subscription handling and email merge."; fDesc[8] = "server) so you cant send your Bulk mail directly from your own PC, you can also use an external mail Server if you choose to"; fDesc[9] = "setting the tool!"; fDesc[10] = "reliable and multiuser SQL server database. User password protection. Automatic backup system. Unlimited phonenumber entry. You can add photos ,logos, business cards to records. You can add unlimited file or picture to records. (doc,xls,txt and etc.)"; fDesc[12] = "categories and add profiles for target companies. The program can send your personal details plus your presentation letter along with your attached CV, according to your preference."; fDesc[13] = "bulk, junk and suspect mails, tracks your messages, files them, notifies and alerts you and then lets you rapidly retrieve them."; fDesc[14] = "concurrency record locking mechanism.workgroup members can share data effectively and conveniently."; fDesc[15] = "as an add-on for Microsoft Outlook. Create distribution list from a single (or multiple), selected contacts folder(s). Simple wizard."; 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 = '...'; } }