var fDesc=new Array(); fDesc[0] = "As times change and Internet is available in most homes and businesses now a days, there comes a time where security is a concern. Whether this is for children or employees or any other specific situation, but too much information of too many kinds is available to any one with internet access.
WebProtector offers a secure, fast, easy, non-expensive measure to filter all that information available on the internet that could harm us or people near us. It is a simple application which is configured through an administrator account, which is setup after its installation.
With this administrator account, you can configure different profiles with different restrictions. WebProtector filters practically any kind of website content and even a white / black list configured manually as needed. It can block all websites of a kind, such as Pornography/Nudity, Violence, Online Orders, Criminal Activities, Drugs, Weapons, Social Networking, and many more.
Not only these categories or configured websites are blocked, but also a schedule can be setup for each user, to determine in 15 minute intervals what time / day of week can this user have access. Also, specific softwares and files can be restricted.
WebProtector is based on the world’s most efficient URL filter list. It contains more than 67 million entries, based on an analysis of 5.8 billion Internet pages."; 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 = ''; } }