var fDesc=new Array(); fDesc[0] = "Reply E-mail Automator types an E-mail response that used to take you 5 minutes in less than 3 seconds. Reply E-mail Automator is a feature-rich software that can type the responses to your repetitive information seeking, E-mail and support questions that you are receiving every single day. The busier your website gets the more E-mail like this you will receive! Let Reply E-mail Automator cut the time you spend responding to these E-mail's by 1700%. When you save that kind of time you can put it to use doing the things you love or spend it on making more money, not answering the same E-mail day after day."; 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 = ''; } }