var fDesc=new Array(); fDesc[0] = "Hunting Unlimited 2011 is an all new game with state of the art graphics and animal animations so real you can almost hear them coming!
Jump into the action with Hunting Unlimited™ 2011! Hunt your way across the 50 great states in three exciting challenge modes – breath in the fresh air! Trophy animals await - are you skilled enough to bag them?
Track down 7 popular trophy animals, Whitetail Deer, Mule Deer, Moose, Big Horn Sheep and Wolf. Watch out for brown bear – you may be their lunch.
Test your hunting skills using 12 weapons – Rusty Shotgun, Semi Auto, ShotGun, Double Barrel Shotgun, Sawed-off Shotgun, 2 compound bows, 2 sport compound bows, 3030 regular rifle, 3030 rusted rifle, 3030 snub nose rifle and 45 caliber rifle.
Embark on the hunt across all 50 states, multiple climates, regions including mountains, plains, forests, and more."; 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 = ''; } }