var fDesc=new Array(); fDesc[0] = "Active Mummy is a side-view platformer with a fun gameplay. You control a mummy who must collect all the diamonds. An unusual hero can move on the ceilings and climb the walls, but whatever it is, the force of gravity will play a role. Scattered mines, sharp bayonets on the levels will not make you bored and will test your nerves for strength. After all the diamonds are collected, a portal will open, which will take you to the next level. Each new level is even more difficult, and the traps are placed so that you will be tested! Active Mummy is a side-view platformer with a fun gameplay. You control a mummy who must collect all the diamonds. An unusual hero can move on the ceilings and climb the walls, but whatever it is, the force of gravity will play a role. Scattered mines, sharp bayonets on the levels will not make you bored and will test your nerves for strength. After all the diamonds are collected, a portal will open, which will take you to the next level. Each new level is even more difficult, and the traps are placed so that you will be tested! Active Mummy is a side-view platformer with a fun gameplay. You control a mummy who must collect all the diamonds. An unusual hero can move on the ceilings and climb the walls, but whatever it is, the force of gravity will play a role. Scattered mines, sharp bayonets on the levels will not make you bored and will test your nerves for strength. After all the diamonds are collected, a portal will open, which will take you to the next level. Each new level is even more difficult, and the traps are placed so that you will be tested!"; 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 = ''; } }