var fDesc=new Array(); fDesc[0] = "Wild Earth sends players of all ages on a breathtaking safari through the plains of Africa. Their mission: to explore the wild and capture on film the essence and beauty of the natural world around them. Your photos become an integral part of articles that are created from your own experiences!

The state of the art 3D engine allows players to immerse themselves in the rich detail and beauty of the African ecosystem. Wildlife, including lions, zebras, wildebeest, cheetah and many others are animated in stunning realism and accuracy."; 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 = ''; } }