var fDesc=new Array(); fDesc[0] = "Be part of the Nanny 911 TM hit TV show. When the kids are out of control and the parent’s don’t know what to do, there is just one organization that can help! When these families call Nanny 911 TM, they get the help they need to get their troubled family under control. Playing as one of three nannies, you help direct a family to health and happiness by providing instructions and feedback over the course of seven days. This family can be saved, but only with your help."; 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 = ''; } }