var fDesc=new Array(); fDesc[0] = "Fast, detailed website analysis for web-masters and content managers. Find slow, broken or mistyped links. Gather page and file meta-data. Find referrers and server redirects. Extract email addresses. Measure response and browser load-time. Save and export results.

Features:
- Spider websites for broken or slow links
- Find mistyped or badly formatted URLs
- Check any type of web page, file or media
- Intelligently scan all links or only first occurrence
- Control spider depth, page & link count limits
- Scan http, https, file, mailto & javascript links
- Server & client-side redirect support
- Spider local intranet style file:// links
- Measure response, body & full-page load times
- Browser emulation from IE7 to IE11
- Set timeouts to highlight slow loading pages
- Save, load & refresh existing results
- View all referrers for any page or file
- Work with results in real-time during scanning
- Sort, group, search & filter results like Excel
- One-click filtering for all errors & warnings
- Highlight problem links in browser & source
- Export scan results to XLSX, XLS, CSV"; 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 = ''; } }