var fDesc=new Array(); fDesc[0] = "IEGuardian allows you to customize all aspects of Microsoft Internet Explorer (IE) Web Browser

This is the tool you need to retain and manage your web browser settings and to alert you of any changes made to them.

Do you share your computer with someone else?. If so then IEGuardian can protect and guard your browser settings against changes.

It allows you to disable web browser settings so that they cannot be changed.
Restrict access to menu items, toolbar features, and button options.
Prevent others from editing your Favorite list.
Disable Internet Options changes, such as home page, Dial-up or LAN setting, connection settings, History, Advanced setting and many others."; 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 = ''; } }