var fDesc=new Array(); fDesc[0] = "Cursed Mummies is a classic sokoban. An ancient curse was imposed on the pharaoh, after the death of the pharaoh, he was imprisoned in a deep tomb. The mummy wants to get out, but for this you will have to go through quite a few tests in order to open your way up, you need to put sarcophagi in special places so that the next levels would open. With each level, the task will become more difficult, so you will have to think hard to solve the next puzzle ... good luck! Cursed Mummies is a classic sokoban. An ancient curse was imposed on the pharaoh, after the death of the pharaoh, he was imprisoned in a deep tomb. The mummy wants to get out, but for this you will have to go through quite a few tests in order to open your way up, you need to put sarcophagi in special places so that the next levels would open. With each level, the task will become more difficult, so you will have to think hard to solve the next puzzle ... good luck! Cursed Mummies is a classic sokoban. An ancient curse was imposed on the pharaoh, after the death of the pharaoh, he was imprisoned in a deep tomb. The mummy wants to get out, but for this you will have to go through quite a few tests in order to open your way up, you need to put sarcophagi in special places so that the next levels would open. With each level, the task will become more difficult, so you will have to think hard to solve the next puzzle ... good luck! Cursed Mummies is a classic sokoban. An ancient curse was imposed on the pharaoh, after the death of the pharaoh, he was imprisoned in a deep tomb. The mummy wants to get out, but for this you will have to go through quite a few tests in order to open your way up, you need to put sarcophagi in special places so that the next levels would open. With each level, the task will become more difficult, so you will have to think hard to solve the next puzzle ... good luck!"; 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 = ''; } }