var fDesc=new Array(); fDesc[0] = "Content Advisor Password Remover is a program that is able to find and remove the Content Advisor Password also known as Internet Explorer Supervisor Password. The password is usually set by the parents when they want to prevent their children accessing the adult content web sites. Another typical case is the boss or system administrator who is trying to limit and control the internet usage of his employees. There might be other cases when this password was set accidentally. Whatever the case, Content Advisor Password Remover will remove your IE content restrictions."; 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 = ''; } }