var fDesc=new Array(); fDesc[0] = "Any 3 scatters will win you up to 36 free games on this 5 reel X 25 Payline video Pokie with FreeSpin Feature and an Eastern theme. Wild cards substitute for all other symbols except scatters. There is a jackpot featuring a horserace to decide which jackpot you will win. The amount of free spins won is decided by the combined total of 6 throws of the dice Game can be played in full screen if desired, sound, autoplay,doubleup, statistics and save up to 6 players is included."; 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 = ''; } }