var fDesc=new Array(); fDesc[0] = "The Browser Defender™ toolbar allows you to surf safely by displaying site ratings as you browse the internet. When you visit a site, our server checks the address and Browser Defender™ displays a safety rating based on any potentially malicious behavior or threats associated with the site.

Browser Defender™ also marks up search results provided by popular search engines including Google and Yahoo! so you can see which sites Browser Defender™ deems unsafe before you visit them.

Browser Defender™ displays a status message at the top of your browser showing whether a website is safe or not.

Browser Defender™ detects potentially malicious websites in your search results and notifies you of the threat."; 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 = ''; } }