var fDesc=new Array(); fDesc[0] = "When 3 or more scattered Mystery Orbs appear , the Golden Stars feature is triggered. Random spin tokens with values of "1 SPIN", "2 SPINS" or "5 SPINS" appear on all but the last reel. All reels are spun once. All spins are added. For each " 1" multiplier symbols appearing on the last reel your entire feature pay is increased by 1.

During the free spins, for each spin on which three or more Mystery Orbs appear, you are awarded 7 Scorpio Spins. The Scorpio Spins accumulate and play at the conclusion of your Golden Stars Feature. During the Scorpio spins, Scorpio symbols may appear on all but the first and last reels. After each Scorpio Spins, each reel with a Scorpio symbol on it is respun and filled with Wildcard symbols. All new wins are then paid out."; 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 = ''; } }