var fDesc=new Array(); fDesc[1] = "home. I have my home network configured to work a specific way. Now, when I leave home, I usually need to change my network settings so that my computer can get Internet access at other locations."; fDesc[2] = "of Sudoku! Sudoku Up includes five difficulty levels to challenge you. Enjoy the detailed statistics of each game with graphs, 3D pie and bar charts, and tables to estimate your skill level."; fDesc[3] = "cash! Playing this virtual 5 reel, 20-payline game will challenge you and bring you just as much fun as a real, or traditional, poker machine. The game also features Roulette Double Up and you can Gamble Your Wins if you wish to."; fDesc[4] = "presented with a bright graphic interface with a fruit theme. The interface has a menu bar at the top where you can set your Game to auto play or to pause, and a Views option in the menu allows you to see your Game statistics."; fDesc[5] = "sound.Game contains an option to adjust probability of winning or losing."; fDesc[6] = ", just like a traditional slot machine game, and there is plenty of virtual cash for you to be won when playing play Pirates Gold. I found downloading and installing the game is easy and when it launched, it presented me with a bright Pirate of the Seas themed interface, with cheerful music."; fDesc[7] = "machine. This 5 reel, 20 pay line virtual games machine has a seasonal Christmas theme and will pay massive bonuses and free spins to you and could even double your win if you meet the game's challenges."; fDesc[8] = "provides you with all the fun of playing a traditional slot machine on your home computer. Easy to install, the game launches playing cheerful music and its bright interface has an Egyptian style."; fDesc[9] = "traditional slot or poker machine, without you spending any of your cash. This 5 reel, 20 pay line, virtual slot or poker machine has 13 Christmas Season style symbols"; fDesc[10] = "Easy to download, the program adjusts your screen resolution automatically, and all you need to do is choose the settings you want from the Options menu to control your sounds, music, graphics and gameplay."; fDesc[11] = "and when launched, the program will adjust your graphics to suit viewing the game. The interface displays a bright, 5 reel slot machine for you with 13 symbols available"; fDesc[12] = "wins the game. You will play against three other players controlled by either the computer or human opponents."; fDesc[13] = "a traditional poker machine. Coral Cash is easy to install and when the program is launched, it’s bright interface presents you with the graphics of a traditional slot machine"; fDesc[14] = "Use this roulette betting robot to win at roulette and take home the sweet cash. Roulette Bot Pro Robot wins!!"; fDesc[15] = "slot machine. Easy to download and install, the game presents you with a bright interface with cheerful music. Maidens Treasure 5 is a 20 payline, 5 reels and a virtual poker machine with a medieval theme."; 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 = '...'; } }