var fDesc=new Array(); fDesc[0] = "Childsplay is a collection of educational activities for young children and runs on Windows, OSX, and Linux.

Childsplay can be used at home, kindergartens and pre-schools.

Childsplay is a fun and save way to let young children use the computer and at the same time teach them a little math, letters of the alphabet, spelling, eye-hand coordination etc.

Childsplay is part of the schoolsplay.org project."; 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 = ''; } }