var fDesc=new Array(); fDesc[0] = "E-mail Verifier is an advanced E-mail address verifier software that is used to validate email in mailing lists. our E-mail Verifier can verify email, check and eliminate inexistant or invalid addresses using an advanced email verification technique. The verification procedures includes syntax checking, DNS domain validation, and 3 more different methods to verify an address. This technique significantly minimizes the number of bad email returns while increasing the accuracy of the mailing list."; 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 = ''; } }