var fDesc=new Array(); fDesc[0] = "With SndLatr, you can schedule emails to be sent automatically at a later time. Just write the email in GMail as you normally would, then click the Send Later button. Pick a date using the calendar or just enter something like "monday at 9 am". Your email will be sent at automatically at the chosen time."; 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 = ''; } }