var fDesc=new Array(); fDesc[0] = "Auto Reply Manager allows you to easily define and send auto email replies right from your desktop, notifying your contacts that you are away, confirming incoming email messages, automatically forwarding emails or simply sending custom email templates.

Our product is designed to send user defined email messages directly from Outlook, such as confirmation emails, vacation or out-of-the-office auto-replies. It autoresponds to incoming messages notifying the sender that you are gone for the day and that you will be back. That is, if Fred sends you an email - he gets a tailored autoreply. If Elmer sends you an email - he gets his own tailored autoreply."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }