var fDesc=new Array(); fDesc[0] = "Zoodles is a program that will let your children access games and books that you approve. It is an Adobe AIR application, so you will have to install this platform before installing Zoodles.
Zoodle can build custom playground for every child. This means that you can choose the online games that they are authorized to play and the books they can read, based on their age"; 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 = ''; } }