var fDesc=new Array(); fDesc[1] = "is a perfect solution for sending newsletters, notifications and any other types of e-mail."; fDesc[2] = "one of them is for load an html form and the other box is for Load a Html Form From URL. The other options that we can select are: Send email to owner´s form with all fields data, Send a confirmation email (autoresponder), Insert fields data into a MYSQL table, etc."; fDesc[3] = "processor tool for sales and marketing people who are into internet marketing. It enhances sales productivity by automating sales process with daily contact management functions, mailing lists and email autoresponder. With TopSales you can... Maintain a complete contact management and build a long lasting relationship with you customers. Manage your online newsletters easily. Send personalized \"Dear John\" emails instead of generic \"Dear Everyone\" emails. Increase your productivity and spend more time building your business instead of wasting time on administrative chores. Manage and organize your documents easily. Merge contact fields into MS Word documents. It allows you to create personalized letters, memos and faxes. Keep track of your orders, sales and inventory. Analyze and print sales reports. TopSales has been written specifically for the online marketers, home and small..."; fDesc[4] = "complete package that offers follow-up auto responders, automated subscription handling and email merge."; fDesc[5] = "match a certain user-defined criteria. First you have to create simple rules in relation to email content or attachments, and specify a certain response and/or attachment for that types of emails."; fDesc[6] = ", monitor and archive email, block email between selected users. Comprehensive rule system for total control"; fDesc[8] = ", Processes Your Subscribe and Unsubscribe Requests, and Cleans and Manages Your Lists"; fDesc[9] = "emails easily and painlessly. No more copy and paste or drag and drop between the many opened applications."; fDesc[10] = ", Outlook Express or Microsoft Outlook e-mail client so you don't have to do it manually any more."; fDesc[11] = "mailboxes, filter incoming messages by different conditions"; fDesc[12] = ", Out of Office, Vacation, custom Status or Calendar Free/Busy time). Allow response to selected Contacts or Distribution lists."; fDesc[13] = "include autoresponders, unlimited mailing lists, newsletter management software, list filtering and more."; 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 = '...'; } }