var fDesc=new Array(); fDesc[1] = "need is to have two photos of the parents, upload them to BabyMaker program, and voila, a new realistic picture of your baby will appear in a snap!!!"; fDesc[2] = "game. You will be controlling Emma, a nanny that will take care of the house and kids of a celebrity family, while keeping the paparazzi away. She will have to watch a baby, clean up the house and launder the clothes before the parents come home."; fDesc[3] = "the babysitter of baby monsters. Some of the actions you have to take care of are: placing babies in a crib for a nap, putting hungry babies in a high chair to be fed, after a fight, put both babies band-aids on, among others."; fDesc[4] = "all know that babies are indeed delivered by storks. It the only fact that we humans know for sure. In this game, you can see how the whole process goes. Babies are first manufactured in a factory, where conveyor belts take them into several machines to assemble them."; fDesc[5] = "recordings with him once he grows up, this is the perfect software for you! Baby Diary allows you to create a visual memory of your child in an easy and quick way."; fDesc[6] = "required thanks to its easy to use interface. It is designed to let the user customize fully to their personal taste."; fDesc[7] = "your dreams. When I saw it the first time I thought who would possibly like to play a game about creating his own baby? I'm a mother so let's see how this game can surprise me... or not."; fDesc[8] = "is a young woman in the babysitting business who’s obviously not afraid of monsters, since the special thing of her business is that she takes care of baby monsters instead of baby humans."; fDesc[9] = "fly. However, to do that, you need to properly connect the tubes that lead from the helium tank to the balloons, so that the balloons are inflated and kids fly away. The game's mechanics are not original, there are thousands of similar games out there (mostly about plumbing)."; fDesc[10] = "70 origin categories. The database can be searched by Name, Meaning, Origin and Sex."; fDesc[11] = "program makes a recalculation of the parent’s date of birth which gives as a result the periods where they are more likely to conceive a boy or a girl."; fDesc[12] = "includes many pages for different occasions. We can add our baby's photos and show how he or shee was looking on each of these events. We can describe what happened on that day with our own text, and share albums online with family and friends."; fDesc[13] = "girls names. It includes the names, gender, origin, and meaning. Future parents can browse through the entire database and add the names they like most to the favorite folder."; fDesc[14] = "\"safe\" ones to function - which lets your child interact with the computer. Your baby will not be able to mess with your opened documents anymore. The program has a simple interface."; fDesc[15] = "machines, and users have to work fast to be the best employee creating the highest number of babies. The game includes three different game modes: story, manic and free play. It features great graphics, sound effects and suitable music."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }