var fDesc=new Array(); fDesc[0] = "URL Checker" is a high-speed multi-threaded Hyperlink (URL) Validation tool. The list of URLs can be loaded from a local XML, HTML and Text file or from a webpage. Validates all HTTP, HTTPS (SSL) URLs and connects through all popular HTTP proxies.

- Ability to save result reports in HTML, XML and Text file formats
- Multi-Threaded Application ensures verification of over 1000 links in a minute
- Ability to validate or browse to, a single URL.
- Provides reason for the failure during verification of every link
- Support for infinite link checks in the registered version
- Requires Microsoft .Net Framework 2.0 and above."; 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 = ''; } }