var fDesc=new Array(); fDesc[0] = "Pyramid Pays is a 5 reel, 20 payline slot machine game. It works just like a real slot machine game. You can't win any real money, but you can win plenty of virtual money to impress everyone.


The Pharaoh Wildcard is unique in this game. The Pharaoh is a huge 3 images high, and pays as wildcard - substituting for all symbols except scattered pyramids. They only appear on reels 2, 3 and 4. The highest possible pay will be where you get Pharaohs filling all centre reels - as you see in the screenshot above."; 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 = ''; } }