var fDesc=new Array(); fDesc[0] = "Link Web Extractor locates and extracts from Search Engines or a list of URLs, several information like E-mails, Phones, Fax, Company names, URL, Title and Meta tags, saving it at disk files on your computer. TXT, CSV, XML formats support. High speed, multi-threaded. Has numerous filters to restrict extraction like - URL, E-mail and Site content filter, file size, timeout, recursion levels and more. Advanced and exclusive management module for captured data, with personalized filters and lots of data utilities. Proxy support, automatic memory optimizer and auto-backup options."; 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 = ''; } }