var fDesc=new Array(); fDesc[0] = "Schedule an automatic email follow-up even if you are away from your computer. Outlook Send Later is an easy-to-use and convenient email scheduler with a recurring* email option. Ability to delay email sending allows you to schedule an automatic email follow-up and handle your email correspondence in a timely manner even if you are away from your computer. You can set up repetitive* emails at daily, weekly, monthly, yearly or custom time intervals. It is a perfect personal email reminder. Set up your own email address as a recipient, specify reminder sending time and never miss an important date or deadline again. All your holiday and birthday greetings will be sent automatically even without Outlook running."; 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 = ''; } }