var fDesc=new Array(); fDesc[0] = "SterJo Facebook Blocker would prevent any browser from accessing Facebook with a simple click. While almost there is no person on Earth without a facebook account and spending too much time on it, sometimes there is no other way than blocking Facebook completely.

This tool is kind of a parental control software especially when you would like to allow or not your children to use facebook at all. Also, it could be useful for schools, libraries or small companies where you would like to restrict your employees to abuse the internet during their work hours."; 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 = ''; } }