var fDesc=new Array(); fDesc[0] = "Habitat Rescue™ - Lion's Pride- captivating, relaxing and fun game that will take you in a journey in the animal kingdom.
Guide your Lions through this inspirational journey to rebuild their home. Watch them as they raise families, encounter hyenas, crocodiles, hippos and a host of other creatures along the way. Help them solve puzzles, embark on adventures, and heal their habitat. With the real-time aspect of the game play, they will continue to grow even when your computer is off. Reclaim a lost kingdom in Habitat Rescue™ - Lion's Pride."; 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 = ''; } }