var fDesc=new Array(); fDesc[0] = "With Bulk Mailer Email Tracking Service you can gain a precise understanding of what is happening to your messages and what part of your newsletter is of greater interest to the subscribers. Email tracking makes it possible to view opens, clicks-through, and the recipients IPs.
There's no need to substitute your regular links to tracking ones. When you switch on Email Tracking, all links are interchanged automatically."; 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 = ''; } }