var fDesc=new Array(); fDesc[1] = "goose, shear a sheep, milk a cow and a goat, and enjoy the hard work of a farm. This game allows you to play a simple mode or a story arcade."; fDesc[2] = "your sights on the prey of a lifetime. Unique action-packed missions will get your quarry running and your heart pu"; fDesc[3] = "test your hunting skills against wild animals in settings like New Zeland, Montana and others. You will need good senses to track and hunt. It has three modes: easy, medium, and hard."; fDesc[4] = "obstacles that slow down the speed of the competitor, food in the road gives energy to run faster. There are 8 different competitors: horse, cougar, rinho, pig, sheep, bear, goat, and tiger. Each creature has different running speed, swimming speed, jump speed and strength."; fDesc[5] = "Draw Game, Goat, Block Game, Sebastopol, All Fives, All Threes, All Fives and Threes, Muggins, Bergen and Double Bergen."; fDesc[7] = "installed MorphVOX, adding eleven new barnyard sounds: Big Cow Moo, Chicken, Donkey, Goat, Horse Snort, Horse Whinny, Owl, Pig Grunt, Pig Squeal, Rooster and Turkey."; 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 = '...'; } }