var fDesc=new Array(); fDesc[0] = "Finally, a browser that protects your privacy.
Fast
Websites load faster without the ads, trackers and cookies that can weigh pages down.
Private
Protect your privacy with a powerful suite of tools that give you control over who sees your data online.
Secure
Browse safer with alerts for dangerous websites, automatic HTTPS redirect and a built-in virus scanner.
Which level of privacy do you need?
Depending on the website you are on, you may need a higher or lower level of privacy. Discover the three levels of privacy found in the Privacy Suite, and the features found within each one. You can change your level of privacy and save your preferences for specific websites. This way, your website will always load in the privacy level you chose."; 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 = ''; } }