var fDesc=new Array(); fDesc[0] = "Social Monitor provides the complete data on the recent social activities related to your child.
With Social Monitor you can discover your child's contacts, and then define if those relation are harmless or safe. The Social Monitor will help you to understand your child's interests and hobbies better. It will help you to build trust relationships and overcome any obstacles in communications.

Main Features:
- Ensure that no personal information is published.
- Check your child's news, feed and statuses.
- Monitor your child's interests, activities, events and checkins.
- Check your child's photos, videos, music, books and TV programs.
- Download and check the content of all submitted links and liked pages.
- Download and check all of your child's friend profiles."; 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 = ''; } }