var fDesc=new Array(); fDesc[0] = "Welcome to Safe Chat™ Universal Messenger! Safe Chat combines the ability to use multiple chat networks in one, easy-to-use interface while providing unparalleled protection against online predators for your children. That’s right, Safe Chat includes controls to manage how and when your children use the Internet for chatting and surfing. We put tools in the hands of parents that help protect their children from receiving and sending inappropriate content, and to business professionals who want to manage how their employees utilize the quick communication medium afforded by chatting applications. The following Safe Chat features provide a safe environment and allow the flexibility to utilize the chat program of choice for your online communication needs."; 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 = ''; } }