var fDesc=new Array(); fDesc[0] = "Need to control your children? Our parental control software with powerful internet filter helps you to protect, control, limit and monitor your children.

Hidetools Child Control allows you to block web sites, internet browsers, instant messengers, programs, files and folders. Our parental control software with powerful internet filter makes the Internet safety for your child by blocking web sites with certain content such as porn and gambling. The program can block myspace as well as any web sites defined by you.

Hidetools Child Control invisibly tracks your children's or employees' forbidden PC activity: web sites visited, programs used and files viewed."; 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 = ''; } }