var fDesc=new Array(); fDesc[0] = "Get our freshest content delivered directly to your browser,
no matter where you are on the Web.
The safest place for kids to chat with other kids online, suitable for age 7-14 and integrated with a powerful anti-abuse system. Not only chat but lots of fun things to do in this rich media virtual world."; 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 = ''; } }