var fDesc=new Array(); fDesc[0] = "Web content controls can block not only pornography, but hate sites, questionable chat rooms and other dangers of the Internet. In addition, it allows you to control access to specific websites. It also offers a simple, easy to use set-up assistant to help parents determine what online activities (Web sites, chat, gaming and social networks) are appropriate based on your kid’s age."; 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 = ''; } }