var fDesc=new Array(); fDesc[0] = "Polar Golfer is a game from WildTangent, part of the "HP Games" pack.
If you have ever played Polar Bowler or Polar Pool, you will like this one too.
The goal of the game is simple: play golf! Start playing with the polar bear or the penguin, and get as many points as possible to unlock new characters: The Walrus, the Elf, the Gopher, the Moose, the Fox and Santa. You have already met some of them for sure...
When choosing a character, pay attention to their attributes: power, accuracy, putt and flight. They will be quite important throughout your game.
This exciting game is very cool, like the rest of the Polar Games. It's very colorful, with smooth animations and great sound. After selecting your character, giving your name and adding more players, you can choose either to play a classic golf game (stroke play) or the Championship Play, where you will get points and discover several bonuses when playing: Stroke, Speed, Money, and more.
Although the in-game music is a little repetitive, the overall experience in the game is very nice, I encourage you to try it out."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }