var fDesc=new Array(); fDesc[0] = "Explore the Pharaoh’s tomb in this puzzling pyramid adventure. Venture into the lair of the mummies, solving puzzles and collecting all the treasure you can. Mummy’s Treasure will test your wits and powers of deduction!

Thought provoking puzzles: The premise is simple, collect all the treasure while getting rid of the Mummy and Skeleton heads, but the reality is that the game gets complex quickly and you’ll need to use your head if you want to make it through the tomb!

Physics oriented gameplay: You had better be careful which parts of the puzzle you tap, gravity doesn’t always behave how you might expect in the world of Mummy’s Treasure!"; 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 = ''; } }