var fDesc=new Array(); fDesc[0] = "Email Extractor URL helps you extract email addresses from websites/URLs on the internet. If you have a list of email addresses from a specified domain/URL, it will extract email addresses from the location of all HTML links within that domain or only the specified domain. It is an automated tool if you need to extract email addresses from several hundred web pages."; 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 = ''; } }