var fDesc=new Array(); fDesc[0] = "Website Locker is an essential utility to block unwanted websites.
Don't download advertising banners and get rid of undesired websites to keep your privacy and speed up your internet traffic.
Website Locker is compatible with all popular web browsers including Internet Explorer, Firefox, Chrome and Opera.
Website Locker rejects online tracking and advertising pictures when you open emails in Microsoft Outlook, Outlook Express, Netscape mail, Eudora and other email programs.
Website Locker contains a predefined list of ready-to-block advertising websites."; 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 = ''; } }