var fDesc=new Array(); fDesc[1] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little."; fDesc[2] = "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[3] = "graduated from college and is looking for an interesting and challenging job. In the game introduction she applies for a café manager position and receives a call from its owner to hire her. There’s where the game begins. Now you have to help Emily to run the café as good an efficiently as possible."; fDesc[4] = "is a small town. By day it´s a quaint village full of sunshine and banter, by night a place haunted by hoof beats and spectral laughter."; fDesc[5] = ", which brings a number of really relevant enhancements on and off the field. It presents a challenge training mode which includes at least 40 varied tests for the player to complete. The game also supports online playing."; fDesc[6] = "allows up to six players to sing along with the music that sounds through your speakers, reading the lyrics in your screen, using microphones in order to introduce your voice and score points, depending on the pitch of the voice and the rhythm of singing."; fDesc[7] = "level avoiding to be caught by his enemies, the ghosts. The game can be installed in 17 different languages. Pacman 2005 has 60 levels and three game modes. The difficulty of the game will increase as you play."; fDesc[8] = "boxes, each containing five puzzles. The interface is extremely simple and modest, but the real strength of this game collection is in its challenging and intensive action."; fDesc[9] = "create and distribute your own tracks. This game can be installed and run in English, German and French. You can customize your car, choosing the Profile option. You will then be able to choose between some of the ready-made skins, or create your own, save it and use it."; fDesc[10] = "attractions park, with carousels and stuff like that. At the beginning of the game you will receive some money and staff to start. Then you have to run your business, so you will have to learn some basic things about it."; fDesc[11] = "The game will provide a list and some hints in case you get stuck. What makes this game a bit different from others of the kind is that not always provides a list of specific items to do, but sometimes give you a category in which the items you have to find could be categorized."; fDesc[12] = "you have to run your loads from coast to coast. Your goal is to build a fleet, deliver the goods to make money, dominate the roads and eliminate the competition."; fDesc[13] = "year at Beach Burger, Patty discovers Burger Chief, a suspicious new restaurant run by an ambitious guy named Edie Cole Iverson and her sidekick Lars. This new competitor is dragging all Patty’s customers away so she needs to do something."; fDesc[14] = "in different scenes. The game is organized into rounds and you have to progress by finding all the items listed in each of one. As you progress in the game you collect prize tickets which will allow you to buy prizes in the park prizes store."; fDesc[15] = "recently got married and in their honeymoon the most amazing thing happened: while diving in the ocean they found a chest fool of gold coins."; 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 = '...'; } }