var fDesc=new Array(); fDesc[0] = "Fun with Feelings teaches your child to understand the emotional states of other people. Your child will learn to read the state of mind of others around them - improving both their social interaction and personal well-being. Fun with Feelings uses a strong audio and visual interface to maintain interest during the learning period. Each emotion is broken down into several small pieces that are built in stages into an image of that emotion for the child."; 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 = ''; } }