var fDesc=new Array(); fDesc[0] = "Move the pyramid stones as Scooby and Shaggy. Don't take too many steps or Anubis will scare you!

Scooby and Shaggy are lost in an ancient and spooky Egyptian tomb. Move the pyramid stones to help Scooby-Doo .

Your goal is to reach the room's Exit Square,and find your way out of the chamber. To do so, you will have to push Stone blocks out of your way by moving towards them. Avoid sand traps at all costs or you will get bogged down. If you are stuck, Click on the Reset Buttonto restart the puzzle"; 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 = ''; } }