var fDesc=new Array(); fDesc[0] = "The Strider URL Tracer is a tool that enables users to investigate third-party domains that are contacted behind the scenes when a first-party Web site is visited. It provides a Top Domains view that highlights those popular third-party domains. It also comes with a Typo-Patrol feature that automatically generates and scans typo-squatting domains of a given target domain.
The tool also enables parents to block typo-squatting domains that serve adult ads on typos of children's Web sites."; 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 = ''; } }