var fDesc=new Array(); fDesc[0] = "B Gone is a content filter for parents, children, and anyone else wishing to keep their internet experience pleasant. This program allows you to block site's, based on keywords in the browsers caption bar.

This program is great for those wishing to keep their children away from porn sites, or simply preventing porn popup's appearing when entering or exiting certain site's. It could also be used (and is more than capable), to prevent someone from accessing a certain website, or group of website's."; 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 = ''; } }