var fDesc=new Array(); fDesc[0] = "With Lavasoft LavaGuard Browsing Protection installed, your browser will be upgraded with a website safety rating advisor. This safety rating icon alerts you of potentially risky sites that may harm your computer as you're surfing, banking, downloading or playing online.
LavaGuard constantly checks sites against a constantly updated list of reported phishing and malware infected sites. The list is updated every 5-20 minutes and provides real-time browsing protection against the latest web-based exploits, from back door Trojans to phishing 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 = ''; } }