var fDesc=new Array(); fDesc[1] = "included in this edition with characters from the real world, new civilizations to accompany them, and new features, this game was published by Microsoft Game Studios."; fDesc[2] = "father, an archaeologist, disappears, her daughter will start an amazing adventure to find her. You will have to search for unique hidden objects that you had heard of in every level."; fDesc[3] = "age or less that enables single players to use gaming skills to overcome obstacles and choreograph dance moves. This game portrays Barbie as the character of Princess Genevieve."; fDesc[4] = "restaurant, striving to obtain a 5 star rating. You´ll have to cook multiple dishes at the same time, and invent creative recipes of your own."; fDesc[5] = "all kind of objects and clues. Follow Black Jack Armstrong´s steps in order to discover the truth and arrest the gang that murdered your parent."; fDesc[6] = "her father's workshop. You must manage the workshop while completing each level's objectives at the same time. The game has a good presentation, is fun and a good option for all the time-management fans."; fDesc[7] = "different colors and you have to create matches (or groups) of 3 or more pieces in order to clear them from the board. There are three urns you have to fill with the triangles you clear from the board."; fDesc[8] = "since the intergalactic war and the races within the known universe have lived more or less in peace. However, a race called 'Thul' frequently violates this peace."; fDesc[9] = "follows the classic system of point and click. Secret Files Tunguska begins with a mysterious abduction of the scientist Vladimir Kalenkow."; fDesc[10] = "the family business but she is determined to pursue her dream: to own a boutique in Beverly Hills. she need fifty thousand dollars to get started on the boutique and her idea is to start a little yard sale business, beginning with her closer friends’ old stuff."; fDesc[11] = "father, cause she sees dead people. She has real psychic powers. With them, he can help her uncle, a police inspector, to solve some murder cases. You will control inspector, who must collect the clues and avoid evil Dr. Fraud to fry Rose´s brain."; fDesc[12] = "Children can choose among the seven different rooms within it and the backyard. In the babies´ room, children can learn several activities to entertain the babies like feeding them, making them play with toys or picking a story from the book to read them."; fDesc[13] = "from Greek and Hebrew texts, so it is one of the most authoritative versions of the Scriptures. This software will be very useful for scolars, clerics or laypersons interested in the study of the Holy Bible."; fDesc[14] = "the letter, his father tolds him to go into the vault of a bank and destroy a box with papers. Phillip instead of destroying the papers, follows a series of directions, which leads him to Greenland. And this is how the horror begins..."; fDesc[15] = "download this game at the newfreesoft.com. web site. Plot: In this case your character is Kate, the daughter of a famous archaeologist. You have an ancient amulet, which was a gift from your father and now, you want to find the missing parts of the amulet."; 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 = '...'; } }