var fDesc=new Array(); fDesc[1] = "uninstalling programs, every change writes and deletes entries in the system registry. The deletion of entries will leave gaps in your Windows´ registry. Free Registry Defrag was made for solving this."; 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] = "battle adventure. Each level will speed up your challenge and will put some adrenaline to your fun. You will love this shooting battle and the challenge of beating your score record."; fDesc[5] = "through their own skills with the mouse by bashing gnome characters and similar others, back into the holes they pop out from in their cartoon garden."; fDesc[6] = "further in his quest. Sometimes your path is interrupted by holes with water. In order to pass over them, you´ll need to push a box into them, or put two boulders one over the other."; fDesc[7] = "crazy obstacles,moving ramps, and warp zones add to the fun."; fDesc[8] = "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[9] = ", X-Ray Cannon, Bazooka, Lucky Shot, Shelter, Fire + Ice, Anvil, Flare, Super Flare, Fracture, Claymore, Phantom, Earth Mover, Flak."; fDesc[10] = "course editor. It's no different if you are an expert player or only a beginner, just go get ready to tee off and play a fun match with four animated cool characters. Go all the way through 36 holes of minigolf on designed 3-D courses."; fDesc[11] = "100 levels."; fDesc[12] = "run an audit of account passwords to then take proper action. What it does is to expose insecure passwords, and the program also displays how secure a network would be under attack."; fDesc[13] = "ball. Sometimes the color of the ball you must hit with the white ball is different than the color of the balls you will need to put into the holes."; fDesc[14] = "absorbing gameplay. The game requires two players, one of which is the computer, who will take turns to play with one objective in mind: capture the biggest amount of seeds possible."; fDesc[15] = "the far away limits of the universe to visit the stellar objects that reside there. You will see different kinds of planets, stars, asteroids and even complete galaxies of different shapes, sometimes twirling around, others just shining tremendously."; 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 = '...'; } }