var fDesc=new Array(); fDesc[0] = "GSA Email Spider is a program that allows you to collect and extract emails, phone and fax numbers from the websites around the world using keywords. The program will spider, grab, crawl, rip, harvest, extract and parse for the items. It is also possible to send an email to your new customers within the program automatically making it a powerful online tool for online marketing and mass mailing."; 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 = ''; } }