var fDesc=new Array(); fDesc[0] = "AnalogX LinkExaminer is a link checker, it goes through each and every page and parses the HTML in order to extract the links existing on the page. While it's parsing the page, it can also perform other checks; from simple tasks like extracting the page title, to SEO analysis, to more advanced tasks like identifying pages with high similarity to other pages. Once it's done, you can go over the results in the GUI, then export to a variety of formats including CSV and Google-compatible XML sitemaps. It also boasts a template-based HTML report generation engine, that allows you to make completely custom report to focus on the aspects of the scan that are most critical to you.
LinkExaminer works on Windows XP or any version of Windows newer than it (so Vista, more than likely Win2k, Windows7, etc)."; 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 = ''; } }