var fDesc=new Array(); fDesc[0] = "Hunting Unlimited 2009 1.0.7.1 is a hunting game for playing in our PC. We can buy this program online or download it from the developer's website and try it for free for 30 days. Unlike the ancient cavemen with their rudimentary hunting tools we are set up in the present time in North America and we can hunt 17 different animals, including Timberwolves, mountain lions, elks, turkeys, mule deer, grizzly bears, whitetail deer, moose, etc., with a whole arsenal with up to 28 different weapons to choose from, traveling from the sunny South to the frozen North across the whole country, and go on a safari in Africa. The landscape and views are very realistic. Our mouse acts as our camera and by moving it we go have 360 degrees views. There are several stages we must complete before going to the next level. We are allowed to customize our clothes, the animals, weapons, places, or play it at random mode. If we own a Hunting Unlimited game we can register at the developer’s website and play online against others members in any tournament already created or we can create our own for them to join in. There is a trophy for the best one. We can see the two high scores tables for individual players and groups (or clans)."; 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 = ''; } }