var fDesc=new Array(); fDesc[0] = "Email Excavator is email collector software that allows you to collect email addresses on the web in a fast and automated fashion. The program can extract emails very fast. With a moderate internet connection, you can easily extract over 100,000 email ID in an hour. Also, it supports to enable multi-threads mode (up to 10 threads) and speed up the search process. The extracted results can be exported to the standard EXCEL or TEXT format."; 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 = ''; } }