var fDesc=new Array(); fDesc[0] = "Response Mailer Standard is an automated system that instantly emails information to your customers and prospects. It is an auto-responder that checks the contents of your incoming emails to determine how to reply to it. In addition, it can automatically follow-up with them over the coming days, weeks, and months. You can send one or more messages at preset time intervals."; 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 = ''; } }