var fDesc=new Array(); fDesc[0] = "IE URL Lock prevents users from navigating to web sites in Internet Explorer and Windows Explorer while permitting URLs that match a Perl-compatible regular expression stored in a registry list.
IE URL Lock scales from single home computers running Windows XP to geographically disperse networks running Microsoft's Active Directory system. You can also restrict web browsing activity in your Active Directory network to only the work-related sites that each user needs for their duties, which can be specified either for each user or based on group memberships."; 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 = ''; } }