var fDesc=new Array(); fDesc[0] = "HT Parental Controls helps concerned parents shield children as well as block or limit annoying activities to make your child's computer experience healthy and happy.
See what they view or play, block access to websites and apps, or limit specific sites in a friendly way. The program contains many superior features that make the software great for parents.
Complete the simple installation and protect your family today!
Block inappropriate content
Block any social media sites
Block specific websites
Allow only white-listed websites
Block games & apps
View reports with all activities
Get emailed reports
Get remote access to the logs and filters"; 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 = ''; } }