var fDesc=new Array(); fDesc[0] = "PGsurfer is a content filtering program which helps parents to intercept inappropriate content, dangerous web resources and spyware while children explore the Internet. It allows them to take partial control over user's interaction with the computer. The application is very easy to set up and use. The interface is very simple, stylish and well organized.

Administrator creates "profiles" for PC users setting up different restrictions. Access to the control panel is available to administrators by means of a password. You can customize and set sensibility levels, acceptable websites list, blocked websites (pornography, illegal activities, gambling), allowed and blocked applications (chat rooms, games, email programs, download software), allowed and blocked keywords. PGsurfer allows you to generate different reports for each user profile including: online time in a period, visited sites, blocked websites and applications.
The application is only available in English. This program is distributed as Freeware and was designed for Windows 2000/XP/VISTA"; 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 = ''; } }