var fDesc=new Array(); fDesc[0] = "PromaSoft AutoResponder is a complete business email automation tool with unlimited autoresponder, Mailings, Follow-up mailings, Database support, Data extraction and more.. You can define as many auto responders as you want.
You can also extract information out of the email and store this information in contact databases which can then be used to send mailings and more."; 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 = ''; } }