var fDesc=new Array(); fDesc[0] = "PureSight Owl offers multi-layered cyberbullying protection for your family, even when they are using Facebook, because it offers proactive and effective protection. Also, it is a web-filtering solution that provides “air tight” protection for your kids from exposure to undesirable content, even content that was created minutes ago and hasn’t been listed or cataloged anywhere."; 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 = ''; } }