var fDesc=new Array(); fDesc[0] = "BBmail-Email Spider can collect and extract emails from the websites around the world using the keywords and urls you enter for. Simply provide a starting website or starting keywords and let BBmail-Email Spider do the rest.BBmail-Email Spider will crawl the web site and collect all email addresses it finds. Specify the websites you want to visit to allow email spider to stay on top of your goal or block web sites you don't want it to visit."; 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 = ''; } }