var fDesc=new Array(); fDesc[1] = "aiding program with thefollowing features:- e-mail redirection from one mailbox to several others- automatic reply generation- user online status control- periodical e-mail checking functionsEmail redirect function can be used to define groups of users that arereading messages from the same mailbox. There are several types ofconfigurations that can be defined inside Reflector. This includes'one mailbox to many receivers', 'one mailbox to random receiver' and'one mailbox to another'.Auto-responde r is a part of the program which is running on the serverand because of this user does not have to keep his / her computerrunning whe he/she is on holidays.Client-server architecture.For more information please go to Reflector home page."; fDesc[2] = "language experiences. It supports file uploads, email auto responses, form validation and displaying success page to the visitor upon completion of the web form."; fDesc[3] = "mail filters, there is also a pop-up killer. You can download and install plugins and upgrade Tray Helper."; 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] = "Calendar, Tasks, Contacts, Notes, and Journal folders without the expense or expertise required by Exchange."; fDesc[7] = "computer. It is designed to help you make and maintain Internet connection with as little fuss as possible."; fDesc[8] = "auto-response emails and SMS. Email2DB is ideal for any form-based emails such as orders, customer accounts etc."; fDesc[9] = ", monitor and archive email, block email between selected users. Comprehensive rule system for total control"; fDesc[10] = ", Out of Office, Vacation, custom Status or Calendar Free/Busy time). Allow response to selected Contacts or Distribution lists."; fDesc[11] = "mailboxes, filter incoming messages by different conditions"; fDesc[12] = "white rules, this spam killer will filter out all your junk email!"; fDesc[13] = "personalised mail, follow-up autoresponders, check email, manage email list response tracking and email marketing program."; 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 = '...'; } }