var fDesc=new Array(); fDesc[0] = "A 5 reel X 25 Payline video slot with FreeSpin Feature and a candy Theme.Play up to 500 coins per spin. 3 or more "scatters" will trigger 10,20 or 30 FreeSpins . This game has a JACKPOT feature. Space bar has been enabled to facilitate play. In options there is the ability to save or delete up to 5 players details to gain a fresh start, set the payout percentage and toggle sound on/off. The wild card appears 3 times on each reel ( there are 15 wild cards ).
The game is fully playable with the exception of quick money and doubleup features (which are activated upon registration)."; 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 = ''; } }