var fDesc=new Array(); fDesc[0] = "Tuts Treasure
The youthful Pharaoh and ancient pyramids will entice you to play for the honour of Cleopatra - Egyptian Queen. Save Cleopatras Jewels, then defeat the mighty Asp in the Serpent Spins and the riches of Ra's Treasure will be yours for the taking!

The Ancient Pyramids symbol is a scatter symbol, which will pay in ANY position on any line. The Eye of Ra symbol is a wildcard which substitutes for all symbols except scatters.

Three or more Ancient Pyramid scatters appearing in any position on any reels (four in the Special Edition) starts Cleopatra's Treasure Feature.

Cleopatra's Treasure Feature:

When the Feature starts, you are awarded 10 free games - the Yellow Jewel Games. During these 10 free games you need to collect 15 or more yellow jewels. These symbols can appear in any position on any reel. If you collect the 15 jewels you automatically progress to the next level of the feature."; 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 = ''; } }