var fDesc=new Array(); fDesc[1] = "unlock clues needed to escape from a secret island! You’re stranded on a secret island, and there’s only one way off! Find hundreds of hidden objects underwater and on land that will help you match cards and unlock clues needed to find your way home!"; fDesc[2] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users."; fDesc[3] = "keep advancing from level to level. You will play at different stages, each stage is a different country. The game has got a nice storyline. You will be able to read the story from a book that will let you know what has happened and what will happen with the characters of the game."; fDesc[4] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on."; fDesc[5] = "fan, but a maniac!! Shape Shifter begins with two different modes of play: Beat the Clock and Speedster. Beat the clock is the classic mode that will hook you up for hours and hours, always challenging you"; fDesc[6] = "will keep you entertained. Enjoy this creative game while you put fruits together, built tikis and rockets, and shoot to different targets."; fDesc[7] = "tile-matching adventure that begins over 10,000 years ago. Match magic gold tiles and travel through 12 Japanese eras, unlocking wisdom that will guide you to the Emperor’s lost treasures!"; fDesc[8] = "island of Pixelus. An old priest asks him to repair the floor of the Temple of the island, saying that Pixelus´ gods are upset for the condition of the floor. If this is your first time with this game, you will be taught by the Cyclop how to play it."; fDesc[9] = "Sell gems and jewelry to smiling customers, but watch out--keep them waiting too long and they'll start to grumble. Special tokens allow you to upgrade your shop with more jewelry and customer treats."; fDesc[10] = ", Pinochle, Hearts, Spades, Bridge, Spites & Malice, Rummy 500, Cribbage, Canasta, Gin, Poker, Solitaire, Crazy Eights, Memory Match, Old Maid, Go Fish and War."; fDesc[11] = "Sparkle 1.0, your machine must have a 500 Mhz or faster processor, 64 Mb. RAM, a Hardware Graphics Accelerator supporting OpenGL 1.1, Windows 2000, XP or Vista and DirectX 5.0 or better."; fDesc[12] = "beginner to advanced, can extend your fun and improve your skills!"; fDesc[13] = "to manage large libraries of drum samples very easy to use. You can export the audio in to any format required. Get the experience of using the real drums by attaching a MIDI keyboard or just beating the keys of your keyboard."; fDesc[14] = "others games alike since it has an underlying story going on.The goal of the solitaire is to clear all the cards from a certain layout. To do that you have to make pairs of cards that match their values."; fDesc[15] = "Willows and the rest of the Las Vegas team to help solve crimes using realistic techniques and lab equipment and an all-new garage lab for analyzing large evidence."; 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 = '...'; } }