var fDesc=new Array(); fDesc[0] = "Email Validator app is a simple but very powerful bulk email validation tool for businesses with large mailing lists. Its reliable multithreaded capability will handle large volumes of email addresses alongside high speed email verification. It will automatically verify and clean up mailing lists without any manual intervention required on your part and significantly reduce unnecessary bounce-back or undeliverable emails from your mail box."; 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 = ''; } }