var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "crazy obstacles,moving ramps, and warp zones add to the fun."; fDesc[4] = "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[5] = "54 fields with different obstacles on them available for the player."; fDesc[6] = "course design. Sharpshooters Miniature Golf is a completely customizable minigolf world. Note: OpenGL, 900MHz CPU, and DirectX 7.0 required."; fDesc[7] = ", castles, and much..."; fDesc[8] = "mini golf game around! Pick up your golf club and play your way through more than 50 unique holes, spread over 5 courses."; fDesc[9] = "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"; fDesc[10] = ", Rotating Platforms, and even mines!"; fDesc[11] = "targets and keep special items like fans and magnets in your calculations."; fDesc[12] = "excitement for the putt putt mini golf player. Many hazards need be avoided for a good score like the sand traps and water ponds. Very addictive!"; fDesc[13] = "Hotseat supports up four players. 3D Mini Golf has three stages. Each stage has from 18 to 26 levels."; fDesc[14] = "likely to be just the thing you were searching for. This is a pure mini-golf game, fun to play on any occasion."; fDesc[15] = "and an advanced physics engine. The planets of Miniverse have been terraformed into challenging courses."; 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 = '...'; } }