var fDesc=new Array(); fDesc[0] = "Rapid-Emailer is a bulk personalized email sender that can be used to send HTML content, RTF, or regular text. Rapid-Emailer is a very fast email sender, using multiple threads for DNS (Built-In SMPT Server) sending and also has the capability to send through an existing SMTP server. Rapid-Emailer allows you to save full email campaigns, so you can keep track of all the campaigns you have sent. Each campaign saved contains all the settings that were used and all campaigns can be recalled very easily. Rapid-Emailer has full wildcard use in all exclusion lists. Rapid-Emailer also supports many email list formats. Rapid-Emailer is FREE for small usage."; 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 = ''; } }