var fDesc=new Array(); fDesc[0] = "Safe Family is a parental control application that allows you set limits in real time, even on the go. You can view your kid’s device activity from application and website access to current location and checked-in place, set rules and time limits for apps and websites, locate them on a live map and receive automated notifications the moment they enter or leave familiar places like the school or the library, and more."; 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 = ''; } }