var fDesc=new Array(); fDesc[0] = "Chatman is a physical figure which plugs into your child’s computer via a USB port and comes with his own software. Chatman sits by your child’s computer and interacts with him/her in the following ways:

- Via direct chatting with Chatman
- By responding to their Internet chats with friends (if they use Facebook™, MSN™ or Skype™).
- By helping your child with their homework
- Providing voice reminders, games, videos and more!
- Suggesting appropriate activities for different times of day, such as morning or evening routine activities.
- Developing a caring, sharing relationship, giving your child a way to express their thoughts and creativity"; 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 = ''; } }