var fDesc=new Array(); fDesc[0] = "Profil Parental Filter is a free parental control solution which provides essential protection for your children when they go online.

Filtering inappropriate websites: pornography, violence, racism, etc...
Protecting basic personal information: name, address, phone, etc
Blocking downloads: music, movies, software, etc..
Blocking of videogame software, MSN, etc
Controlling Internet use time slots.
Recording of browsing statistics."; 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 = ''; } }