var fDesc=new Array(); fDesc[0] = "A fun to play slot machine game with the sights of Ancient Egypt. Watch out for the mummy at the end of the feature...If three or more Scatters appear on any reels in any positions (4 in the Special Edition), the Pharaoh Feature is awarded. During the free spins, the multiplier for each spin is shown at the top right of the reels and changes with each spin. During the feature the multiplier can be X 1, X 2, X 5 or X 10.During the feature the wildcard can also appear on the first and last reels, however it will not when present on those reels expand to fill all positions. The free spins can be retriggered, each three or more scatters appearing during the feature will award you 16 additional spins which are added to your remaining spins."; 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 = ''; } }