var fDesc=new Array();
fDesc[0] = "Tired of all the obtrusive ads that attempt to track everything you do online, irritates your eyes and wastes your time? Welcome to the ONLY browser that automatically blocks ALL ads. No plugins, opt-ins or configurations needed. Enjoy a clean and ad-free web at lightning fast speed.
Tired of being watched all the time by big companies like Facebook or Google no matter where you go? You can rest at ease here. Rebuilt from the open-source Chromium project, Slimjet doesn't send any usage data back to Google like Chrome. On top of that, Slimjet is armed with the most advanced anti-tracking technology to thwart various attempts to invade on your privacy (e.g., track your identity or profile your behavior) by the intrusive businesses.";
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 = '';
}
}