var fDesc=new Array(); fDesc[0] = "Atomic Top Level Domain Filter (ATLDF) is a software program that allows users to automatically select certain e-mail addresses from the list, based on the professional or national basis. When is it necessary and who needs it? Just a simple example - in order to get maximum return from your marketing campaign, you need to split your mailing list into specific target groups and optimize your message for each one. This is when ATLDF comes in handy, separating emails into these groups - for example, .edu zone for marketing to students and academia, .es for reaching the Spanish only, .com for contacting companies."; 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 = ''; } }