var fDesc=new Array(); fDesc[0] = "Why not let our baby have a fun with the computer? He or she may be curious about it when we are working. But, in most time, computers respond coldly to them. Microsoft never developed a baby version Windows and you got scared when the baby tries to touch the keyboard---you don't want your sales report gets destroied!
Those are the reasons why I developped Baby2Computer for my daughter. With Baby2Computer,
.When the baby presses keyboard or moves mouse, a picture will be showed with a sound played(a mini-movie,right?).
.You can "direct" the mini-movie by choosing which picture to show and what sound to play with it.
.The baby will NEVER destroy anything while he or she is playing because keyboard and mouse have been locked.
What I'm sharing with you is, our baby will love these movies! Let the baby have a fun!"; 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 = ''; } }