var fDesc=new Array(); fDesc[0] = "In this game you are a two-year-old gray wolf, born in the Northern Range of Yellowstone National Park, that has learned the ways of the wolf in your birth pack. Now it's time for you to learn how to live on your own, finding food, meeting other wolves, and searching for a mate.

Your quest begins on the slopes of Amethyst Mountain and eventually takes you across the Lamar Valley to Slough Creek. There, you and your mate will establish a territory and raise a litter of pups: training them, feeding them, defending them against predators, and finally taking them on a cross-country journey to a summer home. Ultimately, your success will depend on your ability to ensure the survival of your pack.

In single-player games, learn how to hunt elk, communicate with other wolves, find a mate, establish a den and territory, raise pups, and embark on a perilous journey to a summering site.

In multiplayer games, explore the wilderness and hunt elk together, and now raise pups together! This new version features the entire Slough Creek mission arc, from choosing a den to raising pups and traveling to the rendezvous site."; 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 = ''; } }