var fDesc=new Array(); fDesc[1] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[2] = "great SF action thriller looking at screensaver packed with animation and sound."; fDesc[3] = "accepted to “Caregivers International”, a company that provides healthcare and in which you’ll be working as a maternity ward nurse. You’ll have to feed, burp, bathe, change the diapers and soothe the babies."; fDesc[4] = "represent Carrie again. After the adventure of taking care of babies in the six continents around the world, you’ve adopted a child in Africa called Safi, and now you’re back ready for your next adventure: preschool. You’ll have to teach the kids painting, writing, shape-sorting, and much more."; fDesc[6] = "partners and new friends, and getting them whatever they need. They’ll express what they need using dialogue bubbles above their heads. You’ll be dealing with different types of campers, so you better be prepared!"; fDesc[7] = "Plot: This is a game for teenagers, and it has a comics aesthetics. You will find a group of four friends, Zack, Carrie, Jennifer and Andy, all teens, with different styles (the nerd, the cheerleader, the bro and the goth chick )."; fDesc[9] = "the experience of taking care of kids in your own camp, helping them with activities and making them happy. This game challenges your ability to play with kids of 7, 10 and 13 years old; some are very impatient."; fDesc[11] = "the incomparable Carrie Underwood grace your desktop with these images of her continued rise to fame. Images updated regularly."; 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 = '...'; } }