var fDesc=new Array(); fDesc[0] = "Web Filter X provides powerful Internet sharing, filtering and logging for your home, school or office.
Rules can be created to block access based on the time of day, user name, workstation, web site being accessed or file type. Built-in rules also allow you to easily advertisements and adult web sites with one click.

Web Filter X also helps you manage bandwidth and productivity by providing time and bandwidth limits for each user. You can even set a speed limit on downloads to prevent users from hogging the Internet connection. A built-in usage report allows users to see how much of their quota has been used."; 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 = ''; } }