var fDesc=new Array(); fDesc[1] = ", Microsoft Outlook 2000, Microsoft Outlook 2002/2003, IncrediMail, Eudora, Netscape, Mozilla Thunderbird, and Group Mail Free."; fDesc[2] = "you can easily create, grow and deepen your relationships with customers, market your products and services globally, expand your online presence and web site effectiveness with newsletters, permission marketing and much much more."; fDesc[3] = "undeliverable messages? Are you looking for a professional, easy-to-use all-in-one solution? Group Mail software for Windows may be the answer you’re looking for."; fDesc[4] = "and forgot to say the basics. Like the password for example, well the Rixler Software is considered the Elite Password Recovery Tool. With this application you will be able to recover and display logins and passwords for email accounts stored by popular email clients."; fDesc[5] = "for each recipient. The final recipient will see only his/her name and address in the \"To\" field."; fDesc[6] = "and send message and mail when states of some equipments change , it could also adopt necessary steps to deal with troubles."; fDesc[7] = "recipient will see only his\her address in the \"To\" field. The macros can be replaced with the personal data."; fDesc[11] = "use the software on Internet. It has a very attractive and beautiful user-interface, and a lot of function such as one to one chatting service, mail box, confirm message, group mail, reply, network browsing, tray icon, balloon hint, wave sound, option dialog box. It does not need a server. Its a self-contained application."; fDesc[12] = "spam software, since is has no built-in SMTP-server and requires a legitimate email-account. Mass email software."; fDesc[13] = "allows you to manage, process, and track messages sent to generic email inboxes such as sales, support, and info."; fDesc[14] = ", process, and track messages sent to generic email inboxes such as sales, support, and info."; fDesc[15] = "instantly - AND its free!"; 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 = '...'; } }