var fDesc=new Array(); fDesc[0] = "With Internet Web Filter you can view a report of each individual user's web activity. The Internet Web Filtering icon sits at the bottom of your screen in the System Notification Area. If you need to change the user for the web filtering device because of shared computer usage you will then right click on the Configure option."; 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 = ''; } }