var fDesc=new Array(); fDesc[0] = "E-mail address lists can be very valuable, but creating one is not that easy without the right tool at your disposal. What you need is a web crawler that can browse multiple pages quickly and extract any addresses it comes across. Collect Email is a simple utility that can get the job done without complicating matters. Once installed, you can start the application and begin searching for e-mails almost immediately. You only need to provide the URL the search should start from, as the program can take care of the rest. You can enable or disable recursive scanning and have the application ignore certain extensions or URLs."; 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 = ''; } }