var fDesc=new Array(); fDesc[1] = "changes is the ability to turn into a werewolf during game-play. The game is fun itself, but it is plagued by a lot of technical issues."; fDesc[2] = "care of your children, find shelter, etc. At the beginning of the game you can customize the wolf you will impersonate, by choosing a hair color."; fDesc[4] = "are supplied with ammunitions from the air."; fDesc[5] = "series includes a complete list of titles which represent different missions for Nancy Drew to solve. Nancy Drew, will be traveling to the Canadian Rockies to investigate the Icicle Creek Lodge."; fDesc[6] = "their avatars, as per their taste; be it the voice of a fox, cat, squirrel or something else. It features voices of 10 different animals including that of a Bigcat Male, fox female, fox male, Bunny Female, Squirrel Male, a Housecat Female, Housecat Male, Wolf Female."; fDesc[7] = "Wolf clan lived in a remote place where he lived a wild existence, in harmony with nature and under the designs of the shamans, who were the mediators of the clan with the nature."; fDesc[8] = "livestock. Their job is to keep the farm running to get the required amount of money in each round. Players will have to keep their sheep safe from wolves by building fences, protecting sheep with dogs, and keeping them in flocks."; fDesc[9] = "more. Checks for Technical Service Bulletins and reminds you when maintenance is due. Perfect for any car owner."; fDesc[10] = "Diego save a lost wolf pup. Diego, his sister Alicia and cousin Dora are part of the mission team, and your child can work together with them to bring the youngest wolf pup back to the Animal Rescue Shelter."; fDesc[11] = ", family info, business details, personal comments and more. Award winning design and network compatible."; fDesc[12] = "software will protect you from data disasters and make the entire backup process effortless and quick. 30 Day FREE Trial."; fDesc[13] = ", PHP, JAVA SCRIPT, VBSCRIPT, PASCAL, SQL and XML etc. The interface of this editor is pretty simple and it is very easy to use. It is a boon for web developers who have just started."; fDesc[15] = "performance of any website. Tracks server response using Active Ping technology, verifies DNS resolution and monitors HTTP visibility."; 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 = '...'; } }