var fDesc=new Array(); fDesc[1] = "filled game which one could play for hours and hours without getting bored.Its also a NO AGE LIMIT game so every one from a kid to grand pa can enjoy it."; fDesc[2] = "clocks grow from the tree itself and every hour and half hour they sing their song. The images have high resolution, and the animation is so perfect that you will be immersed into a world of magic every time your computer is idle."; fDesc[3] = ", each item is needed for your investigation of the kidnapped dog case. You have to look the scenes very carefully, trying to find the hidden items on the list. When you see a item, just click on it to update the list."; fDesc[4] = "isn't, as lots of runes are in our way. We must remove the runes by creating matches of three or more similar runes. To do so, we must pick a rune and drag it to the desired position. If we move a rune without making a match new runes will appear in the game board."; fDesc[5] = ", GameBoy Advance, and Nintendo GameCube players that enables them to take on the persona of the character Oscar the fish who is challenged become a hero depending on how well users play."; fDesc[6] = "Rebuild the empire with tiles! Dragons have wreaked havoc on the empire. Now the only way to restore balance is by using an ancient set of Mah Jong tiles. Enjoy hundreds of layouts in this epic tale of tile matching!"; fDesc[7] = "touching each other, no matter the way they are arranged. It includes beautiful and colorful characters and scenery with an interesting story that will keep your kids amused."; fDesc[8] = "Big Fish client. This program, once installed, will download the rest of the game from the Big Fish servers. The total size of the game is 119.31 Mb."; fDesc[9] = "story included. This amazing tittle has an open ending that can vary among five different endings, there are also side-quests and alternative results."; fDesc[10] = "In fact music is present every time, quite often very repetitive and annoying. We have to find the name of this fairy tale by consulting to the rest of them (8 in total) and going along a map with different locations."; fDesc[11] = "born in the wings of imagination. Beautiful Visual representations, great music and seven worlds are there to play with. Magic Tale is a matching color game with a story to tell."; fDesc[12] = "from danger and destruction. This game will challenge your visual ability with different cases and hidden object games. Find all the objects and clues to solve this great mystery."; fDesc[13] = "Eve. She’s hoping to finish the shift so she can go back home but always seems to be something else to do. Now, you have to help her finishing her assignments in order to be able to go home.The game can be categorized into the “seek & find” category."; fDesc[14] = "expression. The developers describe it as an interactive picture, however there is a meaning to it as in all works of art. This might be the genesis of a new form of art."; fDesc[15] = "obstacles you may encounter and use all the resources at hand, namely gift boxes, ice cubes and secret doors. It is an entertaining and challenging game."; 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 = '...'; } }