var fDesc=new Array(); fDesc[0] = "Cyber Web Filter is a powerful, yet simple to configure, HTTP and SOCKS 5 proxy which can share, monitor and filter Internet access for a variety of web browsers and Internet applications.

The intuitive user interface makes it simple to create access rules controlling what activity is allowed and which should be blocked. You can simply deny access to a blocked site or provide your own custom error message informing the user about your Acceptable Usage Policy."; 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 = ''; } }