var fDesc=new Array(); fDesc[1] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify."; fDesc[2] = "The game includes wonderful 3D graphics and great sound effects and music. It includes multiple interesting courses to choose from and an editor that allows you to create your own courses."; fDesc[3] = "Classic, Twisted or Mixed Course (9 holes). You control the view of the green moving your mouse, this enables you to aim the swing. You can shoot pressing the left button of the mouse, the more you press the button, the harder the strike."; fDesc[4] = "best of the few that were released. Unlike other golf games, this one is a simulation experience, in that it recreates as faithfully as possible all the factors that come to play in shooting that tiny white ball."; fDesc[5] = "crazy obstacles,moving ramps, and warp zones add to the fun."; fDesc[6] = "the characters (Polar Bear, Penguin, Walrus, Elf, Gopher, Moos Fox and even Santa Claus . In the free version, you can only use the Polar Bear and the Penguin. You can alter the course of the ball when it´s in the air, using your mouse."; fDesc[7] = "you can choose from. The map is easy to navigate using your arrow keys and your mouse, and you just move your mouse around the ball to aim and press the left mouse button to hit the ball."; fDesc[8] = "power-ups and go through the 18 challenging holes, collect as many points as you can, and unlock new characters to have more fun!"; fDesc[9] = "shots, that way you can increase your score and become better for the game. This application has a nice looking interface which makes it easy for you to follow instructions and see what you must do in order to pass, and go on to the next yard court."; fDesc[10] = "existence of different items that enhance the game. For example, in the first stage there is a cannon. We must lead the golf ball to a hole near the cannon, and then we can aim the cannon and shoot the ball towards the hole."; fDesc[11] = "simulations of the world’s best professional golf courses. ProStroke Golf supports both single unit and Wi-Fi multi-playing and offers Training exercises."; fDesc[12] = "course design. Sharpshooters Miniature Golf is a completely customizable minigolf world. Note: OpenGL, 900MHz CPU, and DirectX 7.0 required."; fDesc[13] = ", castles, and much..."; fDesc[14] = "mini golf game around! Pick up your golf club and play your way through more than 50 unique holes, spread over 5 courses."; fDesc[15] = "the old ones, with 3 brand new golf courses. You will find the usual hazards of water, sand-trap and rough grass. The game now supports 6 players with different skills and abilities. It has good quality VGA graphics with a new graphics engine"; 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 = '...'; } }