var fDesc=new Array(); fDesc[0] = "JECRIPE is a game that has the purpose of stimulating preschool (3 to 7 years old) children with Down syndrome. The game stimulates some cognitive abilities through activities specifically designed for the users of the game. The following cognitive abilities are stimulated: imitation, perception, fine motor skills and hand-eye coordination and, finally, receptive and expressive verbal language."; 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 = ''; } }