var fDesc=new Array(); fDesc[1] = "game for people who have visual memory. It is one of the most addicting games ever. Once you start playing, you simply can't stop. It has colorful graphics and suspenseful music and sound effects. It is user friendly, and the instructions are clear and easy to understand."; fDesc[2] = "enjoy this challenge in a battle against the thiefs of your treasures. Collect your treasures and ancient pieces to rest your soul and enter the after life."; fDesc[3] = "from the game board. Some of the tiles conforming the game board are made of gold. You have to collect all of the gold tiles on the game board to complete the level. To do that, collect gold tiles by removing the objects on top of them."; fDesc[4] = "Faerie Queen’s Magic Jewels! Cast magical spells to battle ruthless monsters and the forces of darkness in your quest to recover the Queen’s glittering treasures!"; fDesc[5] = "out a task that is essential for many people. It creates watermarks. Watermarks are images that are embedded on top of your pictures or images so that people know who created them and so that your work is not stolen by anyone else."; fDesc[6] = "Your goal is to recover stolen Egyptian treasures by matching two identical tiles, making them disappear from the board."; fDesc[7] = "This collection is called The Treasure of The Ages. Doors opened to show the great treasure to the people in the museum. Nobody would believe that The Treasure of The Ages had been stolen!! Now we are told to get the whole treasure back."; fDesc[8] = "dangerous catacombs, you have to quickly catch the pets while avoiding contact with the evil creatures. Magic Pets is extremely fun and besides it has freeware license."; fDesc[9] = "entertainment. You will find different puzzles and challenges where you must find items, treasures, clues, collect special items and the most important, find the stolen Venus."; fDesc[10] = "the three crystals that provide the energy to keep your island hovering in the air. You will need to recover the stolen crystals, or your island will fall to the ground. You will achieve this by playing this match-three game."; fDesc[11] = "antiques and hidden artifacts!"; fDesc[12] = "Detective Deluxe. Help the Chief of Police retrieve the stolen jewels. Gather the evidence, the clues and put the criminal behind bars."; fDesc[13] = "you several actions that you can set for your computer in the case that it gets stolen. Now, for this application to really work, you need to set up an account on the website."; fDesc[14] = "that protects four oceans from evil. The game shines with plenty of match-and-pop puzzles, superb visuals, animations and author's music."; fDesc[15] = "software provide developers with software protection from reverse engineering, analysis, modifications and cracking"; 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 = '...'; } }