var fDesc=new Array(); fDesc[0] = "A 5 reel X 25 Payline video slot with FreeSpin Feature and a 50's Theme.Play up to 500 coins per spin. 3 or more "ban bombs" will trigger 10,20 or 30 FreeSpins where any pays involving the wild card are multiplied by 2,3,5 or 10. 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 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 = ''; } }