var fDesc=new Array(); fDesc[0] = "Your sharks are very hungry and on rampage for food! They will eat anyone and anything in their way!

Go on an underwater adventure with Hungry Shark Evolution and explore the underwater world filled with anything and everything that screams FOOD!!. So chomp down those delicious and exotic sea creatures and fill the sharks tummies!
Survive as long as possible by eating everything and everyone in your way! Sharks can either swim up to the surface and jump out of the water to eat humans, or go down deep into the ocean, withstanding the water pressure, to hunt for the rarer creatures. Many iconic sharks to collect and evolve. Start filling up your collection with Hungry Shark Evolution!

With awesome 3D graphics and realistic sound effects, it adds more thrill and excitement to the game! Equip your sharks with accessories to boost their hunting power. Complete missions to obtain gold and exclusive prizes. Challenge your friends and see who is the better predator! Join the Hungry Shark Evolution on PC today!"; 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 = ''; } }