var fDesc=new Array(); fDesc[1] = "seventh delivery of the Grand Theft Auto saga. The game contains new and numerous improvements over previous releases, but with the same spirit that characterizes this saga of controversial video games."; fDesc[2] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive."; fDesc[3] = "Games. One of the most eagerly awaited strategy and adventure games, Age of Mythology, finally comes out of Ensemble studies, the creators of the classic game, Age of Empires, the most outcoming of this video games genre."; fDesc[4] = "Resident Evil is a very successful saga of video games (and movies too). I played Resident Evil 1, 2 and 3 and I really like them. The game was evolving with every release, improving graphics, sound and gameplay."; fDesc[5] = "choosing your desired image and name. Then, you can choose to play some of the five games featured: Ride The Tide, Hold“Em Poker, 21 Blackjack, Video Poker or Slots."; fDesc[6] = "know how much of a hassle it can be to update them manually. Especially so now that developers update their games faster than ever. When you install this application, it will scan your hard drives and list all your games in the interface."; fDesc[7] = ", Challenge Mode, Relax Mode and Expert Story. The Story mode will tell you a story, where you receive by mail blueprints for a machine, you build it, and the result is a robot that makes burgers. You decide to run a burger shop."; fDesc[8] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again."; fDesc[9] = "and the Iphone. Movies2iPhone converts video types such as (Divx, Xvid, avi, mpeg, wmv, asf, mov, vob, etc.) to a format optimized for your iPhone or iPod touch."; fDesc[10] = "kinds of video games, from classic arcade games to the newest PC hits. It is the perfect software for all gamers, since you can play the games in its original format, right in the Game Tap window."; fDesc[11] = "the videogame era. Relive all games from Sega Master System, Sega Genesis, Sega Game Gear, Nintendo, Super Nintendo, Atari 2600, Gameboy, Gameboy Color, Gameboy Advance and Colecovision."; fDesc[12] = "loaded with the classic punches with the same classical aesthetic, but the story has nothing to do with the early TV show."; fDesc[13] = "your mind? Nothing better than to choose to play a casino game! Encore Software has presented its new family member: Hoyle Casino 3D. This casino game combines all the best you need for a great gaming experience."; fDesc[14] = "the intense emotion of large sum stakes directly from Las Vegas. Being a single compendium of Casino games for Windows operating system PC, this title is designed to catch the interest of a wide range of players."; fDesc[15] = "Entertainment. The universe: Vanguard takes place in a medieval fantasy world composed of Elves, Dwarfs, monsters, warriors and all the ingredients that make up a universe of this kind."; 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 = '...'; } }