var fDesc=new Array(); fDesc[0] = "The Totem smiles upon you four times as you accumulate great wins in this much acclaimed game. Howl at the moon as you win during the triumphant Dreamcatcher Feature. Lock in your Gold Totems for a chance to cover all reels with wildcards. Top it off with the Mystical Totem feature - where you can multiply your entire win a massive 256 times! Are you that lucky? Try it now and see!
There are 13 different symbols in this slot machine game, which pay on each of the paylines if a payline is active. The Golden Chief symbol is a scatter symbol, which will pay in ANY position on any line. The Teepee symbol is a wildcard which substitutes for all symbols except scatters. Any pays with the Teepee wildcard substituting are paid at SEVEN times the normal pay."; 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 = ''; } }