var fDesc=new Array(); fDesc[0] = "Simple Website Blocker is the Free tool to easily Block or Unblock any Website on your Windows system. It offers universal website blocking solution which works across all web browsers like Firefox, Chrome, IE, Safari etc. And there is no need to install any browser extensions/add-ons. It is an ideal tool for administrators to selectively block access to certain websites like Facebook, Twitter etc. Also, parents can use it to prevent their kids from visiting social or gaming websites.

When you launch this tool, it displays list of currently Blocked websites. You can then select any of the Blocked website and Unblock it instantly with just a click.Once you block or Unblock a website, it is effective immediately. There is no need to log-off or restart the system. Simple Website Blocker is fully portable and does not require JAVA, .NET or any other components. It works on both 32-bit & 64-bit systems starting from Windows XP to new Windows 10 version."; 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 = ''; } }