var fDesc=new Array(); fDesc[0] = "GateWall DNS Filter provides filetring of Internet websites without using any software or hardware proxy-servers or Internet-gateways. Via utilization of this product, the user increases Internet safety, lowers non-targeted traffic, and improves his work productivity on the Internet.
GateWall DNS Filter is used in corporate networks by medium and large-sized companies, and is based on the private cloud principle; the solution is popular with Internet providers offering parental monitoring over Internet access, and is used for Internet access monitoring in schools, and other state institutions. One installed server can service tens of thousands of users."; 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 = ''; } }