var fDesc=new Array(); fDesc[0] = "Avira Browser Safety is a browser extension for Firefox and Chrome that blocks harmful sites, protects your privacy, and finds shopping discounts. It works as a small popup menu that shows the security report (safe/unsafe) for a web page that you are viewing. It also flags infected sites in your search results so that you can avoid them."; 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 = ''; } }