var fDesc=new Array(); fDesc[0] = "Trend Micro™ Online Guardian for Families helps you protect your children against Internet dangers, including cyberbullying and online predators. It lets you monitor your kids’ Internet activity 24x7 from anywhere and take action to keep them safe. In one easy-to-read report, you'll get a clear view of what your kids are doing online. Online Guardian shows web browsing history, wall postings, messages, photos and chats.

With Internet monitoring and filtering, Online Guardian helps you safeguard your children and prevent damage to their online reputations. Also, it lets you set age appropriate rules for your kids' Internet activities that include filtering out adult content and limiting their time online."; 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 = ''; } }