var fDesc=new Array(); fDesc[0] = "Url Extractor is a powerful and handy utility that allows you to extract URL addresses from web pages in just a few simple steps. The application has the ability to extract all valid URLs in any HTML file, eliminate all duplicates and generate an output file with the formatted Urls. What is more, the program also enables you to add a number of domain names (called filters) contained in websites that you don't want to include when extracting URLs and emails. If you save web pages to your local drives, the program will extract Urls from those files and save them to standard text files in a blink of an eye. The user interface is really straightforward and simple, and does not include complex options which makes this program very useful for beginners. This software supports Windows 95/98/2000/XP and is completely free for personal use only. All in all, if you are looking for an efficient but simple application to extract URLs from web pages easily and fast, Url Extractor has all you have always wanted."; 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 = ''; } }