var fDesc=new Array(); fDesc[1] = "It is developed and published by TikGames, LLC. In this amazing and interactive game you will find that the original rules of this popular board game have been respected."; fDesc[2] = "storyline much attractive. You start being a nameless, faceless new racer who is trying to gain popularity in the city of Rockport. Graphically, the game looks great. Regarding sound, the game has amazing engine noises that change depending on which car you are in."; fDesc[3] = "stealthy operations. You play Sam Fisher, an agent who has been known to be a model agent. He is jaded and rough around the edges but he's terribly good at what he does: kill people. This game changes the user's perception of Sam."; fDesc[4] = "goods. I you love action and persecution, Mad Dogs on the Road will give the right option to challenge your ability and fun. This game is a free download game and a very simple game to play."; fDesc[5] = "police catch you or you will go to jail and the game will be over. Enjoy this fun game and run fast to get control of all the territory. Collect guns and items to help you in your challenge."; fDesc[6] = "intelligence with different mysteries and cases to solve. Move around the city and find the way to get all the information needed to solve your case."; fDesc[7] = "non-linear game with a first person perspective; it features a series of missions including pizza delivery, jet ski racing, and putting \"Brickster\" back in jail."; fDesc[8] = "from your iPhone to your computer. It can also write on the iPhone's file system. The applications' GUIs are of a basic nature. The welcome screen is divided in two utilities: Tansee iPhone Transfer and Tansee iPhone Transfer Photo."; fDesc[9] = "your computer. You can watch your camera through any webpage remotely, or the program can upload the recorded images to an Email address or FTP account."; fDesc[10] = "a detective, who has to put some criminals in jail - in order to do that, you are going to use your Mahjongg skills. Your city is now fighting against the organized crime."; fDesc[11] = "a more familiar formula. Although the game does offer a lot of driving fun, there are still some elements that are quite not yet complete. But if your passion is driving fast, give the demo a try."; fDesc[12] = "taken control of your town. You will have to find the keys that open the doors between levels, where you will fight against different frogs, in different environments, such as stables, general stores, saloons, and jails."; fDesc[13] = "the incriminating evidence!"; fDesc[14] = "Slot Machine, Jail Break, Cannon Shot, and BreakThru. Teachers enter their own word lists for students to play these colorful games!!"; fDesc[15] = "that are held within a container. You must maneuver the largest square from top to bottom by sliding the o..."; 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 = '...'; } }