var fDesc=new Array(); fDesc[1] = "flash based massively multiplayer online role-playing game (MMORPG). Its concept is mainly that of a tactical game featuring wild humor but with a unique style if we compare it with other MMORPGs."; fDesc[2] = "The tracks are well done and has beautiful graphics. However, the challenge of Trials 2 is not there and might become too easy."; fDesc[3] = ", which helps to create the ultimate off road environment so that the gamer can take it online and race all challengers. The gamer can rip through the sand dunes in two new ATV models, launch off snow capped mountains with a redesigned monster truck."; fDesc[4] = "exact date and time, or even specify a file to check periodically."; fDesc[5] = "automatically when the session concludes. We can access and select the options from the graphical toolbar on top of the main dialog box which features several icons for deleting all cookies in the list, deleting selected cookies in the cookies list, searching for matches,etc."; fDesc[6] = "the monsters coming to terrorize them. This game has good video graphics and cool audio effects and music. There are a lot of different monsters. The game has got a funny and interesting storyline that will keep you playing for a long time."; fDesc[7] = ", etc.) in a snap. The program features a very simple and intuitive user interface, which includes a configuration wizard that allows you to set your program the way so that you could work efficiently and fast."; fDesc[8] = "underwater monster gives no rest to people. You and your submarine are the stronghold for the whole humankind. Go ahead, brave captain!"; fDesc[9] = "monsters, that will try to catch you while you walk in every direction by using the cursor movement keys. You have a weapon that you will aim moving by moving your mouse, while firing your gun using its left button. Each time you hit an enemy, it will burst leaving a big blood puddle."; fDesc[10] = "the babysitter of baby monsters. Some of the actions you have to take care of are: placing babies in a crib for a nap, putting hungry babies in a high chair to be fed, after a fight, put both babies band-aids on, among others."; fDesc[11] = "meanest and most destructive machines in the world known for its monster size the power that goes with it. In this game you can experience the crazy stunts the high adrenaline races destruction rampage."; fDesc[12] = "deleted files is the first place someone with computer knowledge looks for information to break your passwords, email or even your bank account data. You can download a free evaluation trial fully functional for 10 days."; fDesc[13] = "Plot: This is a game for teenagers, and it has a comics aesthetics. You will find a group of four friends, Zack, Carrie, Jennifer and Andy, all teens, with different styles (the nerd, the cheerleader, the bro and the goth chick )."; fDesc[14] = "traditional slot machine. The game is easy to install and when launched will automatically adjust your screen resolution for the best viewing whilst playing the game. The bright interface plays music as soon as you hit the spin button."; fDesc[15] = "the full game occupies 139034 Kb. This game is based on the famous \"Monster Quest\" series from History Channel. You will have to investigate in several scenarios, trying to find evidence that will allow you to track Monsters. You will have to find out the truth about them."; 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 = '...'; } }